edu.stanford.nlp.ie.desc
Class DescExtractorCreator

java.lang.Object
  |
  +--edu.stanford.nlp.ie.desc.DescExtractorCreator

public class DescExtractorCreator
extends Object

Creates and serializes a DescExtractor.


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

Method Detail

main

public static void main(String[] args)
Creates and serializes a DescExtractor.
Usage: java edu.stanford.nlp.ie.desc.DescExtractor outfile.obj

Parameters:
args - The command line arguments (specifying the file to write)


Stanford NLP Group