Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Method and Description |
---|---|
static TermDatabase |
SimpleClassifier.classify(byte[] content)
PUBLIC: Extracts keywords from the given content and returns
a TermDatabase representing the results.
|
static TermDatabase |
SimpleClassifier.classify(byte[] content,
TopicMapIF topicmap)
PUBLIC: Extracts keywords from the given content, using the
information in the topic map, and returns a TermDatabase
representing the results.
|
static TermDatabase |
SimpleClassifier.classify(String uri_or_file)
PUBLIC: Extracts keywords from the given URI or file and returns
a TermDatabase representing the results.
|
static TermDatabase |
SimpleClassifier.classify(String uri_or_file,
TopicMapIF topicmap)
PUBLIC: Extracts keywords from the given URI or file, using the
information in the topic map, and returns a TermDatabase
representing the results.
|
TermDatabase |
TopicMapClassification.getTermDatabase() |
TermDatabase |
DocumentClassifier.getTermDatabase() |
TermDatabase |
DocumentTokenizer.getTermDatabase() |
Modifier and Type | Method and Description |
---|---|
void |
CompoundAnalyzer.addComposites(TermDatabase tdb,
Term t1,
int length) |
void |
DocumentClassifier.setTermDatabase(TermDatabase tdb) |
void |
DocumentTokenizer.setTermDatabase(TermDatabase tdb) |
void |
StopList.startAnalysis(TermDatabase tdb) |
void |
CompoundAnalyzer.startAnalysis(TermDatabase tdb) |
void |
BlackList.startAnalysis(TermDatabase tdb) |
void |
TermAnalyzerIF.startAnalysis(TermDatabase tdb) |
void |
RegexpTermAnalyzer.startAnalysis(TermDatabase tdb) |
void |
RelativeScore.startAnalysis(TermDatabase tdb) |
void |
CharacterAnalyzer.startAnalysis(TermDatabase tdb) |
void |
TopicMapAnalyzer.startAnalysis(TermDatabase tdb) |
void |
FrequencyAnalyzer.startAnalysis(TermDatabase tdb) |
Constructor and Description |
---|
DocumentClassifier(TermDatabase tdb) |
DocumentTokenizer(TermDatabase tdb) |