Package edu.udo.cs.wvtool.main

The main classes, which contain most of the relevant interfaces.

See:
          Description

Interface Summary
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.
 

Class Summary
WVTDocumentInfo Represents relevant information about a document.
WVTFileInputList This class represents a list of information items describing the documents, from which a word list or word vectors should be created.
WVTool Main class of the word vector tool.
WVTWordVector Represents an individual word vector in non-sparse form.
 

Package edu.udo.cs.wvtool.main Description

The main classes, which contain most of the relevant interfaces.

Package Specification