Uses of Package
textmaven.application.analyzer.extractor

Packages that use textmaven.application.analyzer.extractor
textmaven.application.analyzer This package contains all classes specific to TextMaven analyzer program.  
textmaven.application.analyzer.annotator All classes related to the ITextHandler implementation which annotates the texts with hyperlinks to the vocabulary file to be produced by the translator application. 
textmaven.application.analyzer.extractor All classes related to the ITextHandler implementation which extracts words not found in configured exclusion lists. 
 

Classes in textmaven.application.analyzer.extractor used by textmaven.application.analyzer
WordExtractor
          ITextHandler implementation extracting individual words which can be finally written to the output stream.
 

Classes in textmaven.application.analyzer.extractor used by textmaven.application.analyzer.annotator
IExclusionList
          Encapsulates a list of words which should not be considered while analyzing the text.
 

Classes in textmaven.application.analyzer.extractor used by textmaven.application.analyzer.extractor
IExclusionList
          Encapsulates a list of words which should not be considered while analyzing the text.
IWordDistributionMap
           
Word
          Representing a word including its distribution
WordDistributionMapFile
          Represents word distribution related to a single or set of files.
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.