Uses of Class
net.ontopia.topicmaps.classify.TermDatabase
Packages that use TermDatabase
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of TermDatabase in net.ontopia.topicmaps.classify
Methods in net.ontopia.topicmaps.classify that return TermDatabaseModifier and TypeMethodDescriptionstatic TermDatabaseSimpleClassifier.classify(byte[] content) PUBLIC: Extracts keywords from the given content and returns a TermDatabase representing the results.static TermDatabaseSimpleClassifier.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 TermDatabasePUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results.static TermDatabaseSimpleClassifier.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.DocumentClassifier.getTermDatabase()DocumentTokenizer.getTermDatabase()TopicMapClassification.getTermDatabase()Methods in net.ontopia.topicmaps.classify with parameters of type TermDatabaseModifier and TypeMethodDescriptionvoidCompoundAnalyzer.addComposites(TermDatabase tdb, Term t1, int length) voidDocumentClassifier.setTermDatabase(TermDatabase tdb) voidDocumentTokenizer.setTermDatabase(TermDatabase tdb) voidBlackList.startAnalysis(TermDatabase tdb) voidCharacterAnalyzer.startAnalysis(TermDatabase tdb) voidCompoundAnalyzer.startAnalysis(TermDatabase tdb) voidFrequencyAnalyzer.startAnalysis(TermDatabase tdb) voidRegexpTermAnalyzer.startAnalysis(TermDatabase tdb) voidRelativeScore.startAnalysis(TermDatabase tdb) voidStopList.startAnalysis(TermDatabase tdb) voidTermAnalyzerIF.startAnalysis(TermDatabase tdb) voidTopicMapAnalyzer.startAnalysis(TermDatabase tdb) Constructors in net.ontopia.topicmaps.classify with parameters of type TermDatabaseModifierConstructorDescription