Uses of Package
edu.udo.cs.wvtool.main

Packages that use edu.udo.cs.wvtool.main
edu.udo.cs.wvtool.config Provides classes connected with the dynamic configuration of the tool. 
edu.udo.cs.wvtool.crawler Provides classes and interfaces for using the WebSphinx crawler with the wvtool. 
edu.udo.cs.wvtool.generic.charmapper Provides classes and interfaces related to char conversion. 
edu.udo.cs.wvtool.generic.inputfilter Provides classes and interfaces for document input filters. 
edu.udo.cs.wvtool.generic.loader Provides classes and interfaces for document loading. 
edu.udo.cs.wvtool.generic.output Provides classes and interfaces for output filters. 
edu.udo.cs.wvtool.generic.stemmer Provides classes and interfaces for stemmers. 
edu.udo.cs.wvtool.generic.tokenizer Provides classes and interfaces for tokenization. 
edu.udo.cs.wvtool.generic.vectorcreation Provides classes and interfaces for vector creation. 
edu.udo.cs.wvtool.generic.wordfilter Provides classes and interfaces for the filtering of words. 
edu.udo.cs.wvtool.main The main classes, which contain most of the relevant interfaces. 
edu.udo.cs.wvtool.wordlist Provides classes connected with the creation/modification of the word list. 
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.config
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.crawler
WVTInputList
          Represents a set of resources that should be processed by the word vector tool.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.charmapper
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.inputfilter
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.loader
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.output
WVTWordVector
          Represents an individual word vector in non-sparse form.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.stemmer
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.tokenizer
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.vectorcreation
WVTDocumentInfo
          Represents relevant information about a document.
WVTWordVector
          Represents an individual word vector in non-sparse form.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.generic.wordfilter
WVTDocumentInfo
          Represents relevant information about a document.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.main
WVTDocumentInfo
          Represents relevant information about a document.
WVTInputList
          Represents a set of resources that should be processed by the word vector tool.
WVToolWordListener
          An interface for an algorithm that listens to the documents and words that are processed by the word vector tool.
WVTWordVector
          Represents an individual word vector in non-sparse form.
 

Classes in edu.udo.cs.wvtool.main used by edu.udo.cs.wvtool.wordlist
WVTDocumentInfo
          Represents relevant information about a document.