Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1022031 // ai_mostSimilarWordInLine

JavaX fragment (include)

sS ai_mostSimilarWordInLine(S word, LS tok) {
  ret levenClosestIC(word, tok);
}

sS ai_mostSimilarWordInLine(S word, S line) {
  ret ai_mostSimilarWordInLine(word, javaTokNPunctuation(line));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1022031
Snippet name: ai_mostSimilarWordInLine
Eternal ID of this version: #1022031/3
Text MD5: cf8f8d76fd22e48cb46f16023c2de1ce
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-05 22:27:07
Source code size: 200 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 189 / 219
Version history: 2 change(s)
Referenced in: [show references]