Uses of Interface
net.ontopia.topicmaps.classify.TermAnalyzerIF

Packages that use TermAnalyzerIF
net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. 
 

Uses of TermAnalyzerIF in net.ontopia.topicmaps.classify
 

Classes in net.ontopia.topicmaps.classify that implement TermAnalyzerIF
 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:
 

Methods in net.ontopia.topicmaps.classify that return TermAnalyzerIF
 TermAnalyzerIF Language.getFrequencyAnalyzer()
           
 TermAnalyzerIF Language.getStopListAnalyzer()
           
 

Methods in net.ontopia.topicmaps.classify with parameters of type TermAnalyzerIF
 void DocumentClassifier.addTermAnalyzer(TermAnalyzerIF analyzer)
           
 void TopicMapClassification.setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer)
           
 



Copyright © 2000-2012 Ontopia.