1 | static Cache<LL<S>> english1000VerbQuintuples_cache = new Cache(f english1000VerbQuintuples_load); |
2 | |
3 | static LL<S> english1000VerbQuintuples() { |
4 | ret english1000VerbQuintuples_cache!; |
5 | } |
6 | |
7 | static LL<S> english1000VerbQuintuples_load() { |
8 | new LL<S> out; |
9 | for (S s : tlft_j(loadSnippet(#1010402))) { |
10 | L<S> l = splitAtSpace(s); |
11 | if (l(l) != 6) { /*print("e1vq huh? " + s);*/ } else { |
12 | l = dropFirst(l); |
13 | out.add(l); |
14 | } |
15 | } |
16 | ret out; |
17 | } |
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: | 524 / 502 |
Version history: | 5 change(s) |
Referenced in: | [show references] |