Uses 911K of libraries. Click here for Pure Java version (8520L/45K).
1 | !7 |
2 | |
3 | concept Example { |
4 | S input; |
5 | S sentences; // joined with vertical bar |
6 | } |
7 | |
8 | cmodule SplitIntoSentencesExamples > DynCRUD<Example> { |
9 | // API |
10 | |
11 | void addEntry(S input, LS sentences) { |
12 | uniq_sync(Example, +input, sentences := barCombine(sentences)); |
13 | } |
14 | } |
Began life as a copy of #1020788
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: | #1021321 |
Snippet name: | Split Into Sentences Examples |
Eternal ID of this version: | #1021321/5 |
Text MD5: | 074dfed011d7560e15d5983d9f7fff63 |
Transpilation MD5: | 478acfe111a55ae4fb41b5f3286e45ee |
Author: | stefan |
Category: | javax / stefan's os / nlp |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-08 17:35:15 |
Source code size: | 274 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 308 / 724 |
Version history: | 4 change(s) |
Referenced in: | [show references] |