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

4
LINES

< > BotCompany Repo | #1022032 // ai_replaceMostSimilarWord

JavaX fragment (include)

sS ai_replaceMostSimilarWord(S line, S word) {
  LS tok = javaTokNPunctuation(line);
  ret join(replaceIC(tok, ai_mostSimilarWordInLine(word, tok), word));
}

Author comment

Began life as a copy of #1022031

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: #1022032
Snippet name: ai_replaceMostSimilarWord
Eternal ID of this version: #1022032/3
Text MD5: 237565616661f53ce0c0ecc070dc834c
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:57
Source code size: 160 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 173 / 221
Version history: 2 change(s)
Referenced in: [show references]