public class IterativeCKYPCFGParser extends ExhaustivePCFGParser
arraySize, bestScore, bg, constraints, floodTags, goalStr, iPossibleByL, iPossibleByR, iScore, isTag, length, lex, lr, myMaxLength, narrowLExtent, narrowRExtent, numStates, oFilteredEnd, oFilteredStart, op, oPossibleByL, oPossibleByR, orf, oScore, sentence, stateIndex, tagIndex, tags, tf, tlp, ug, wideLExtent, wideRExtent, wordIndex, words, wordsInSpan| Constructor and Description |
|---|
IterativeCKYPCFGParser(BinaryGrammar bg,
UnaryGrammar ug,
Lexicon lex,
Options op,
Index<java.lang.String> stateIndex,
Index<java.lang.String> wordIndex,
Index<java.lang.String> tagIndex) |
buildOFilter, createArrays, extractBestParse, extractBestParses, getBestParse, getBestParses, getBestScore, getBestScore, getConstraints, getKBestParses, getKGoodParses, getKSampledParses, hasParse, initializePossibles, iPossible, iPossibleL, iPossibleR, iScore, matches, nudgeDownArraySize, oPossible, oPossibleL, oPossibleR, oScore, parse, parse, parse, scoreBinarizedTree, scoreNonBinarizedTree, tick, validateBinarizedTreepublic IterativeCKYPCFGParser(BinaryGrammar bg, UnaryGrammar ug, Lexicon lex, Options op, Index<java.lang.String> stateIndex, Index<java.lang.String> wordIndex, Index<java.lang.String> tagIndex)