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

15
LINES

< > BotCompany Repo | #1021325 // Words with relations [dev.]

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

Download Jar. Libraryless. Click here for Pure Java version (7050L/50K).

!7

sclass Word > DynamicObject {
  S text;
  
  *() {}
  *(S *text) {}
}

p-exp {
  LS tok = javaTok("This is a test");
  L<Word> words = mapNuObject Word(tok);
  printStruct(words);
  print(join(collect text(words)));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021325
Snippet name: Words with relations [dev.]
Eternal ID of this version: #1021325/2
Text MD5: 16cc6a49842c03854fea619de99bb417
Transpilation MD5: 772dc778ebc90e7740bcd5735b9c0038
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-08 17:54:41
Source code size: 235 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 234 / 613
Version history: 1 change(s)
Referenced in: [show references]