Java simple sentence parser
•
Java
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
二维码