1 | // Things involving a full-index search |
2 | static S ai_speculate_slow(fS word) {
|
3 | if (empty(word)) ret word; |
4 | ai_withMaker('ai_speculate_slow, r {
|
5 | pcall ping { ai_spec_similarWord(word); }
|
6 | pcall ping { ai_spec_acronym(word); }
|
7 | }); |
8 | ret word; |
9 | } |
Began life as a copy of #1011601
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011675 |
| Snippet name: | ai_speculate_slow |
| Eternal ID of this version: | #1011675/1 |
| Text MD5: | 60af0c3de9e00e7949d40a1a499e81b0 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-02 03:18:56 |
| Source code size: | 261 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 563 / 607 |
| Referenced in: | [show references] |