Uses of Class
net.ontopia.topicmaps.classify.TermDatabase
-
Packages that use TermDatabase Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of TermDatabase in net.ontopia.topicmaps.classify
Methods in net.ontopia.topicmaps.classify that return TermDatabase Modifier and Type Method 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
DocumentClassifier. getTermDatabase()
TermDatabase
DocumentTokenizer. getTermDatabase()
TermDatabase
TopicMapClassification. getTermDatabase()
Methods in net.ontopia.topicmaps.classify with parameters of type TermDatabase Modifier and Type Method Description void
CompoundAnalyzer. addComposites(TermDatabase tdb, Term t1, int length)
void
DocumentClassifier. setTermDatabase(TermDatabase tdb)
void
DocumentTokenizer. setTermDatabase(TermDatabase tdb)
void
BlackList. startAnalysis(TermDatabase tdb)
void
CharacterAnalyzer. startAnalysis(TermDatabase tdb)
void
CompoundAnalyzer. startAnalysis(TermDatabase tdb)
void
FrequencyAnalyzer. startAnalysis(TermDatabase tdb)
void
RegexpTermAnalyzer. startAnalysis(TermDatabase tdb)
void
RelativeScore. startAnalysis(TermDatabase tdb)
void
StopList. startAnalysis(TermDatabase tdb)
void
TermAnalyzerIF. startAnalysis(TermDatabase tdb)
void
TopicMapAnalyzer. startAnalysis(TermDatabase tdb)
Constructors in net.ontopia.topicmaps.classify with parameters of type TermDatabase Constructor Description DocumentClassifier(TermDatabase tdb)
DocumentTokenizer(TermDatabase tdb)
-