static Cache<LL<S>> english1000VerbQuintuples_cache = new Cache(f english1000VerbQuintuples_load); static LL<S> english1000VerbQuintuples() { ret english1000VerbQuintuples_cache!; } static LL<S> english1000VerbQuintuples_load() { new LL<S> out; for (S s : tlft_j(loadSnippet(#1010402))) { L<S> l = splitAtSpace(s); if (l(l) != 6) { /*print("e1vq huh? " + s);*/ } else { l = dropFirst(l); out.add(l); } } ret out; }
Began life as a copy of #1010400
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: | #1010403 |
| Snippet name: | english1000VerbQuintuples (present, past, participle, 3rd person, -ing) |
| Eternal ID of this version: | #1010403/6 |
| Text MD5: | b6383fd8bb36ea99337fddbd0f8b03ee |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-15 16:06:55 |
| Source code size: | 466 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 746 / 731 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010404 - englishVerbQuintuples - synonym of english1000VerbQuintuples (present, past, participle, 3rd person, -ing) |