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

9
LINES

< > BotCompany Repo | #1008340 // englishToLisp_bestParse

JavaX fragment (include)

1  
static Lisp englishToLisp_bestParse(S... texts) {
2  
  new Best<Lisp> best;
3  
  for (S text : asLinkedHashSet(texts))
4  
    if (text != null) {
5  
      Lisp l = englishToLisp(text);
6  
      best.put(l, parseQuality(l));
7  
    }
8  
  ret best!;
9  
}

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: #1008340
Snippet name: englishToLisp_bestParse
Eternal ID of this version: #1008340/5
Text MD5: b65bb3d1ce7f06b490a059d00bbb5808
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-08 01:15:58
Source code size: 237 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 382 / 422
Version history: 4 change(s)
Referenced in: [show references]