edu.stanford.nlp.classify
Class Classify

java.lang.Object
  |
  +--edu.stanford.nlp.classify.Classify

public class Classify
extends Object

Takes two arguments: the first is a directory where the training sets are held. The training sets must be in a form like that provided from the preprocessor. The second is either a directory that holds the sets to be classified or the number of folds for cross validation


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

Constructor Detail

Classify

public Classify()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        FileNotFoundException
IOException
FileNotFoundException


Stanford NLP Group