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: | 493 / 525 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022032 - ai_replaceMostSimilarWord |