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

7
LINES

< > BotCompany Repo | #1022031 // ai_mostSimilarWordInLine

JavaX fragment (include)

1  
sS ai_mostSimilarWordInLine(S word, LS tok) {
2  
  ret levenClosestIC(word, tok);
3  
}
4  
5  
sS ai_mostSimilarWordInLine(S word, S line) {
6  
  ret ai_mostSimilarWordInLine(word, javaTokNPunctuation(line));
7  
}

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: 193 / 225
Version history: 2 change(s)
Referenced in: [show references]