edu.stanford.nlp.parser.lexparser
Class ParserData

java.lang.Object
  extended byedu.stanford.nlp.parser.lexparser.ParserData
All Implemented Interfaces:
Serializable

public class ParserData
extends Object
implements Serializable

Stores the serialized material for a parser

See Also:
Serialized Form

Constructor Summary
ParserData(Lexicon lex, BinaryGrammar bg, UnaryGrammar ug, DependencyGrammar dg, Map numbs, Options pt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserData

public ParserData(Lexicon lex,
                  BinaryGrammar bg,
                  UnaryGrammar ug,
                  DependencyGrammar dg,
                  Map numbs,
                  Options pt)


Stanford NLP Group