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

7
LINES

< > BotCompany Repo | #1013458 // ai_getIndexedTerm (get spelling from DB)

JavaX fragment (include)

static S ai_getIndexedTerm(S s) {
  S key = first(indexedTermsStartingWith(s));
  if (key == null) null;
  for (S term : ai_expandShortenedKey(key))
    if (eqic(term, s)) ret term;
  null;
}

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: #1013458
Snippet name: ai_getIndexedTerm (get spelling from DB)
Eternal ID of this version: #1013458/3
Text MD5: a6566a1f867d5ef1f3700b2935b27036
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-07 12:59:04
Source code size: 197 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 294 / 332
Version history: 2 change(s)
Referenced in: [show references]