Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Field and Description |
---|---|
protected StopList |
Language.stoplist |
Constructor and Description |
---|
Language(String id,
TermStemmerIF stemmer,
StopList stoplist,
FrequencyAnalyzer frequency)
INTERNAL: Used to add additional languages by passing in all
parameters explicitly.
|