|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.GrammarCompactor
edu.stanford.nlp.parser.lexparser.ExactGrammarCompactor
public class ExactGrammarCompactor
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.parser.lexparser.GrammarCompactor |
---|
inputPrior, newStateNumberer, NORMALIZED_LOG_PROBABILITIES, outputType, RAW_COUNTS, stateNumberer, stateSpace, verbose |
Constructor Summary | |
---|---|
ExactGrammarCompactor(boolean saveGraphs,
boolean verbose)
|
Method Summary | |
---|---|
protected TransducerGraph |
doCompaction(TransducerGraph graph,
java.util.List l1,
java.util.List l3)
|
Methods inherited from class edu.stanford.nlp.parser.lexparser.GrammarCompactor |
---|
addOneBinaryRule, addOneUnaryRule, compactGrammar, compactGrammar, computeInputPrior, convertGrammarToGraphs, convertGraphsToGrammar, getGraphFromMap, getTopCategoryOfSyntheticState, isSyntheticState, writeFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExactGrammarCompactor(boolean saveGraphs, boolean verbose)
Method Detail |
---|
protected TransducerGraph doCompaction(TransducerGraph graph, java.util.List l1, java.util.List l3)
doCompaction
in class GrammarCompactor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |