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

14
LINES

< > BotCompany Repo | #1011015 // Parse GAC-36K sentences structure [dev.]

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

Download Jar. Libraryless. Click here for Pure Java version (3482L/24K).

!7

p {
  consoleCharsUnlimited();
  
  for (S s : keys(gac36k())) {
    print(s);
    
    T3<S> a = splitAtThirdPersonVerb(s);
    if (a == null)
      a = splitAtBaseFormVerb(s);
    printStruct("  ", a);
  }
}

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: #1011015
Snippet name: Parse GAC-36K sentences structure [dev.]
Eternal ID of this version: #1011015/3
Text MD5: 31396c6e1b9d93526a1baef8cae8a023
Transpilation MD5: da046bad290fe9264948e07f72156552
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-10-11 18:30:34
Source code size: 226 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 380 / 825
Version history: 2 change(s)
Referenced in: [show references]