Displaying 1 result from an estimated 1 matches for "sentence_boundary_disambigu".
2012 Jul 13
1
Need Suggestions for Sentence Breaking Implementation
...hat could be coded or any existing
library that can be used.
The focus at present is on English language only.
I have done some searching and here's what I have found -
1. Here's an article on Wikipedia that mentions about it and the solutions
available. < http://en.wikipedia.org/wiki/Sentence_boundary_disambiguation >
2. There are not many available solutions in C/C++. Almost all of them are
either in Python 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...