|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox.textCutter.AbstractCutter
org.jbox.textCutter.EN.SimpleENCutter
public class SimpleENCutter
A concrete class of Cutter for English.
SimpleENCutter is used to cut English text into words. It use a arithmetic similar with Apache open source project "Lucene" to change a English word to it's prototype.
CutterBox
,
LanguageFilter
Field Summary |
---|
Fields inherited from class org.jbox.textCutter.AbstractCutter |
---|
langFilter |
Constructor Summary | |
---|---|
SimpleENCutter()
|
Method Summary | |
---|---|
java.util.Collection<java.lang.String> |
cutSentenceToWord(java.lang.String sentence)
Cut text into words. |
Methods inherited from class org.jbox.textCutter.AbstractCutter |
---|
cutSentenceToWord, setUnicode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleENCutter()
Method Detail |
---|
public java.util.Collection<java.lang.String> cutSentenceToWord(java.lang.String sentence)
AbstractCutter
cutSentenceToWord
in class AbstractCutter
sentence
- text contain chars belongs the unicode scope
of the Cutter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |