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

15
LINES

< > BotCompany Repo | #1008438 // Collect sentences from novel (using #1008430 db)

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

Libraryless. Click here for Pure Java version (7297L/48K/161K).

!7

concept Para {
  S text;
  L<S> split;
  bool ok;
}

p {
  loadConceptsFrom(#1008430);
  new TreeSet<S> sentences;
  for (Para p) if (p.ok) addAll(sentences, p.split);
  printNumbered(sentences);
  //print(lines(sentences));
}

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: #1008438
Snippet name: Collect sentences from novel (using #1008430 db)
Eternal ID of this version: #1008438/6
Text MD5: 35c63d17aa412bb8abf99b19488d15a0
Transpilation MD5: 628772c4d89674519d263c1bf6bc0464
Author: stefan
Category: javax / parsing
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-25 16:07:06
Source code size: 244 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 380 / 505
Version history: 5 change(s)
Referenced in: [show references]