Libraryless. Click here for Pure Java version (7297L/48K/161K).
1 | !7 |
2 | |
3 | concept Para {
|
4 | S text; |
5 | L<S> split; |
6 | bool ok; |
7 | } |
8 | |
9 | p {
|
10 | loadConceptsFrom(#1008430); |
11 | new TreeSet<S> sentences; |
12 | for (Para p) if (p.ok) addAll(sentences, p.split); |
13 | printNumbered(sentences); |
14 | //print(lines(sentences)); |
15 | } |
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: | 685 / 864 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |