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

14
LINES

< > BotCompany Repo | #1021321 // Split Into Sentences Examples

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (8520L/45K).

!7

concept Example {
  S input;
  S sentences; // joined with vertical bar
}

cmodule SplitIntoSentencesExamples > DynCRUD<Example> {
  // API
  
  void addEntry(S input, LS sentences) {
    uniq_sync(Example, +input, sentences := barCombine(sentences));
  }
}

Author comment

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: 236 / 618
Version history: 4 change(s)
Referenced in: [show references]