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 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 TermDatabaseSimpleClassifier. classify(String uri_or_file)PUBLIC: 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.TermDatabaseDocumentClassifier. getTermDatabase()TermDatabaseDocumentTokenizer. getTermDatabase()TermDatabaseTopicMapClassification. getTermDatabase()Methods in net.ontopia.topicmaps.classify with parameters of type TermDatabase Modifier and Type Method Description voidCompoundAnalyzer. 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 TermDatabase Constructor Description DocumentClassifier(TermDatabase tdb)DocumentTokenizer(TermDatabase tdb)
-