Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Class and Description |
---|---|
class |
BlackList
INTERNAL:
|
class |
CharacterAnalyzer
INTERNAL:
|
class |
CompoundAnalyzer
INTERNAL:
|
class |
FrequencyAnalyzer
INTERNAL: A frequency table giving the frequency with which a
particular word is used in a particular language.
|
class |
RegexpTermAnalyzer
INTERNAL: A term analyzer which recognizes certain kinds of terms
using regexps and adjusts their scores accordingly.
|
class |
RelativeScore
INTERNAL:
|
class |
StopList
INTERNAL: A set of words considered "stop words" in a particular
language.
|
class |
TopicMapAnalyzer
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
TermAnalyzerIF |
Language.getFrequencyAnalyzer() |
TermAnalyzerIF |
Language.getStopListAnalyzer() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentClassifier.addTermAnalyzer(TermAnalyzerIF analyzer) |
void |
TopicMapClassification.setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer) |