cc.mallet.classify.tui
Class Text2Vectors

java.lang.Object
  extended by cc.mallet.classify.tui.Text2Vectors

public class Text2Vectors
extends java.lang.Object

Convert document files into vectors (a persistent instance list).

Author:
Andrew McCallum mccallum@cs.umass.edu

Constructor Summary
Text2Vectors()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text2Vectors

public Text2Vectors()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException