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

17
LINES

< > BotCompany Repo | #1010403 // english1000VerbQuintuples (present, past, participle, 3rd person, -ing)

JavaX fragment (include)

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;
}

Author comment

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