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).

!7

p {
  Set<S> verbs = knownVerbs();
  for (L<S> l : englishIrregularVerbTriples())
    verbs.addAll(concatMap(f splitAtSlash, takeFirst(l, 2)));
  for (L<S> l : english1000VerbQuintuples()) {
    l = ll(l.get(0), l.get(1), l.get(3));
    verbs.addAll(concatMap(f splitAtSlash, l));
  }
  print(lines(verbs));
}

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: 297 / 768
Version history: 5 change(s)
Referenced in: [show references]