Package edu.udo.cs.wvtool.generic.vectorcreation

Provides classes and interfaces for vector creation.

See:
          Description

Interface Summary
WVTVectorCreator This interface represents a mechanism by which an individual word vector is created.
 

Class Summary
BinaryOccurrences Create the vector by taking the number of occurences.
TermFrequency Generate word vector by simply using term frequencies.
TermOccurrences Create the vector by taking the number of occurences.
TFIDF This class represents a mechanism to create TFIDF word vectors.
 

Package edu.udo.cs.wvtool.generic.vectorcreation Description

Provides classes and interfaces for vector creation.

Package Specification