Displaying 1 result from an estimated 1 matches for "classbreakiterator".
2012 Jul 13
1
Need Suggestions for Sentence Breaking Implementation
...or Java.
3. There's a sentence boundary detection algorithm defined by Unicode
Standard. It's present at <
http://www.unicode.org/reports/tr29/#Sentence%5FBoundaries >
4. An existing C++ API that does this is BreakIterator class present here -
< http://icu-project.org/apiref/icu4c/classBreakIterator.html > .
Here's a line from it's doc: "The text boundary positions are found
according to the rules described in Unicode Standard Annex #29, Text
Boundaries, and Unicode Standard Annex #14, Line Breaking Properties. These
are available at < http://www.unicode.org/reports/tr14/ &...