|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILexicalData
Additional lexical information for a given language.
| Method Summary | |
|---|---|
boolean |
isCommonWord(MutableCharArray word)
|
boolean |
isStopLabel(CharSequence formattedLabel)
|
| Method Detail |
|---|
boolean isCommonWord(MutableCharArray word)
true if word is common (meaningless) in
this language. Such words are referred to as "stop words" and are usually
ignored in information retrieval tasks. Depending on the implementation,
word may be lower-cased internally.boolean isStopLabel(CharSequence formattedLabel)
true if the formattedLabel has been
declared a stop label (meaningless) in this language. This is a very
low-level tuning method.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||