Libraryless. Click here for Pure Java version (811L/6K/22K).
1 | svoid dm_addSplitIntoSentencesExample(S input, LS sentences) {
|
2 | dm_requireAndCallModule("#1021321/SplitIntoSentencesExamples", 'addEntry, input, sentences);
|
3 | } |
4 | |
5 | svoid mapLike dm_addSplitIntoSentencesExample(O splitFunction, S input) {
|
6 | dm_addSplitIntoSentencesExample(input, assertNotNull((LS) callF(splitFunction, input))); |
7 | } |
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: | 516 / 666 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |