Uses of Interface
textmaven.Globals

Packages that use Globals
textmaven.application.analyzer This package contains all classes specific to TextMaven analyzer program.  
textmaven.application.analyzer.extractor All classes related to the ITextHandler implementation which extracts words not found in configured exclusion lists. 
textmaven.application.translator This package contains all classes specific to TextMaven translator program.  
textmaven.configuration Configuration related classes. 
textmaven.dictionaries Dictionary related classes. 
 

Uses of Globals in textmaven.application.analyzer
 

Classes in textmaven.application.analyzer that implement Globals
 class Main
          Reads an ASCII file and either analyzes word occurrences, produces word lists for further processing and/or annotates the text read with hyperlinks into a vocabulary file produced by Translator.
 

Uses of Globals in textmaven.application.analyzer.extractor
 

Classes in textmaven.application.analyzer.extractor that implement Globals
 class WordExtractor
          ITextHandler implementation extracting individual words which can be finally written to the output stream.
 

Uses of Globals in textmaven.application.translator
 

Classes in textmaven.application.translator that implement Globals
 class Processor
           
 

Uses of Globals in textmaven.configuration
 

Classes in textmaven.configuration that implement Globals
 class Configuration
          Loads the WordMagic configuration and provides services to access the configuration elements.
 

Uses of Globals in textmaven.dictionaries
 

Classes in textmaven.dictionaries that implement Globals
 class CreateLuceneDict
          Utility class to create a lucene dictionary from any configured one.
 class DBDictionary
          Implements a database backed dictionary.
 class DictOrgDictionary
          Implements a wormagic ISource with a dictionary file as backend.
 class MySQLStatementFactory
          Creates and instantiates statements appropriate for the MySQL
 class Server
           
 class XMLDictionary
          XML backed dictionary.
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.