Uses of Package
textmaven.dictionaries

Packages that use textmaven.dictionaries
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. 
textmaven.application.swinggui Classes specific to the Swing GUI application which supports the creation of word lists. 
textmaven.application.translator This package contains all classes specific to TextMaven translator program.  
textmaven.configuration Configuration related classes. 
textmaven.dictionaries Dictionary related classes. 
textmaven.stemmer Word stemming related classes. 
textmaven.stemmer.snowball   
 

Classes in textmaven.dictionaries used by textmaven.application.analyzer.annotator
IDictionary
          Represents a data dictionary.
 

Classes in textmaven.dictionaries used by textmaven.application.analyzer.extractor
IDictionary
          Represents a data dictionary.
 

Classes in textmaven.dictionaries used by textmaven.application.swinggui
IBaseDictionary
          Common services each dictionary has to implement
IDictionary
          Represents a data dictionary.
 

Classes in textmaven.dictionaries used by textmaven.application.translator
IDictionary
          Represents a data dictionary.
 

Classes in textmaven.dictionaries used by textmaven.configuration
IBaseDictionary
          Common services each dictionary has to implement
IDatabaseServer
           
IDictionary
          Represents a data dictionary.
IDictionarySource
          Represents a dictionary no direct access services but only an iterator to iterate over all translations.
IServer
          A server represents a process serving a dictionary.
ISQLStatementFactory
          Creates SQL statements appropriate for the database in use.
 

Classes in textmaven.dictionaries used by textmaven.dictionaries
BaseDictionary
          The BaseDictionary.
CompositeDictionary
          Dictionary composed of one or more dictionaries.
Dictionary
           
IBaseDictionary
          Common services each dictionary has to implement
IDatabaseServer
           
IDictionary
          Represents a data dictionary.
IDictionarySource
          Represents a dictionary no direct access services but only an iterator to iterate over all translations.
IDictionaryWriter
           
IModifiableDictionary
          A dictionary which is modifiable.
IServer
          A server represents a process serving a dictionary.
ISQLStatementFactory
          Creates SQL statements appropriate for the database in use.
Translation
          Instance of this class represents dictionary entries.
 

Classes in textmaven.dictionaries used by textmaven.stemmer
IDictionary
          Represents a data dictionary.
 

Classes in textmaven.dictionaries used by textmaven.stemmer.snowball
IDictionary
          Represents a data dictionary.
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.