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))); }
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: | 515 / 664 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1021327 - dm_addExtractEntitiesExample |