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

12
LINES

< > BotCompany Repo | #1010401 // Extend verbs list

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (2434L/17K).

1  
!7
2  
3  
p {
4  
  Set<S> verbs = knownVerbs();
5  
  for (L<S> l : englishIrregularVerbTriples())
6  
    verbs.addAll(concatMap(f splitAtSlash, takeFirst(l, 2)));
7  
  for (L<S> l : english1000VerbQuintuples()) {
8  
    l = ll(l.get(0), l.get(1), l.get(3));
9  
    verbs.addAll(concatMap(f splitAtSlash, l));
10  
  }
11  
  print(lines(verbs));
12  
}

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: #1010401
Snippet name: Extend verbs list
Eternal ID of this version: #1010401/6
Text MD5: 2b52d6fa78acc38c7832184e07ea81be
Transpilation MD5: b9d81a2c92ad289796281b75fc4debd1
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-15 16:06:57
Source code size: 324 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 308 / 778
Version history: 5 change(s)
Referenced in: [show references]