Differences From Artifact [09888a5f30]:
- File gc_core/js/text.js — part of check-in [f5dac644a7] at 2019-05-26 08:12:51 on branch trunk — [core] text: sentence splitter update (user: olr, size: 2804) [annotate] [blame] [check-ins using]
To Artifact [80c27873b9]:
- File gc_core/js/text.js — part of check-in [e0e1732dfe] at 2019-05-26 08:24:48 on branch trunk — [core][js] update exports (user: olr, size: 2964) [annotate] [blame] [check-ins using]
︙ | |||
79 80 81 82 83 84 85 86 87 88 89 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | + + + | return "\n# Error. Data: " + oErr.toString(); } } }; if (typeof(exports) !== 'undefined') { exports._zEndOfSentence = text._zEndOfSentence; exports.getSentenceBoundaries = text.getSentenceBoundaries; exports.getSentence = text.getSentence; exports.getParagraph = text.getParagraph; exports.wrap = text.wrap; exports.getReadableError = text.getReadableError; } |