|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.prefixparser.PrefixProbabilityParserGenerator
public class PrefixProbabilityParserGenerator
A class that vends PrefixProbabilityParser
instances. Trains grammar and lexicon models just once
and vends arbitrary numbers of parsers.
Method Summary | |
---|---|
static PrefixProbabilityParserGenerator |
getGenerator(Treebank trees,
java.lang.String rootCategory)
|
PrefixProbabilityParser |
getParser()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PrefixProbabilityParserGenerator getGenerator(Treebank trees, java.lang.String rootCategory)
public PrefixProbabilityParser getParser()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |