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

7
LINES

< > BotCompany Repo | #1021322 // dm_addSplitIntoSentencesExample

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (811L/6K/22K).

svoid dm_addSplitIntoSentencesExample(S input, LS sentences) {
  dm_requireAndCallModule("#1021321/SplitIntoSentencesExamples", 'addEntry, input, sentences);
}

svoid mapLike dm_addSplitIntoSentencesExample(O splitFunction, S input) {
  dm_addSplitIntoSentencesExample(input, assertNotNull((LS) callF(splitFunction, input)));
}

Author comment

Began life as a copy of #1021141

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: #1021322
Snippet name: dm_addSplitIntoSentencesExample
Eternal ID of this version: #1021322/3
Text MD5: 5e81c680061c6f7e33b054137b3fe10d
Transpilation MD5: 9130e651aeb2d15bfe986efe5820c0f9
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-08 17:34:18
Source code size: 333 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 187 / 262
Version history: 2 change(s)
Referenced in: [show references]