Uses of Class
edu.udo.cs.wvtool.config.WVTConfiguration

Packages that use WVTConfiguration
edu.udo.cs.wvtool.main The main classes, which contain most of the relevant interfaces. 
 

Uses of WVTConfiguration in edu.udo.cs.wvtool.main
 

Methods in edu.udo.cs.wvtool.main with parameters of type WVTConfiguration
 WVTWordVector WVTool.createVector(java.lang.String text, WVTDocumentInfo d, WVTConfiguration config, WVTWordList wordList)
          Create a single word vector.
 void WVTool.createVectors(WVTInputList input, WVTConfiguration config)
          Deprecated. Please use the method createVectors(WVTInputList input, WVTConfiguration config, int pruneMin, int pruneMax)
 void WVTool.createVectors(WVTInputList input, WVTConfiguration config, int pruneMin, int pruneMax)
          Create a word list and after this word vectors, both from the same input list.
 void WVTool.createVectors(WVTInputList input, WVTConfiguration config, WVTWordList wordList)
          Create word vectors from an input list.
 WVTWordList WVTool.createWordList(WVTInputList input, WVTConfiguration config)
          Create a word list from scrat based on the given texts.
 WVTWordList WVTool.createWordList(WVTInputList input, WVTConfiguration config, java.util.List initialWords, boolean addWords)
          Create a word list based on an existing word list.
 void WVTool.iterateWords(WVTInputList input, WVTConfiguration config, WVToolWordListener listener)
          Process the specified documents using the configured steps and send all encountered words to a listener class.