Java simple sentence parser

Is there any simple way to create a sentence parser in normal Java

The parser should not only focus on the white space between words, but be smarter and parse:?, Identify when the sentence ends, etc

After parsing, only real words can be stored in dB or file instead of any special characters

Thank you very much in advance:)

Solution

You may want to start by viewing the breakiterator course

From Javadoc

See demo: breakiteratordemo java

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>