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

7
LINES

< > BotCompany Repo | #1012599 // tok_classifyEnglishWordsWithOriginal - also sorts categories by size

JavaX fragment (include)

1  
static L<L<S>> tok_classifyEnglishWordsWithOriginal(L<S> l) {
2  
  ret map(func(S s) -> L<S> {
3  
    L<S> set = tok_classifyEnglishWord(s);
4  
    set.add(quote(s));
5  
    ret set;
6  
  }, l);
7  
}

Author comment

Began life as a copy of #1012597

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: #1012599
Snippet name: tok_classifyEnglishWordsWithOriginal - also sorts categories by size
Eternal ID of this version: #1012599/8
Text MD5: eb0fbb3c3b0ef615b1b9cade9ba06ae3
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-07 17:06:25
Source code size: 187 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 334 / 331
Version history: 7 change(s)
Referenced in: [show references]