edu.stanford.nlp.parser.lexparser
Class BiLexPCFGParser.N5BiLexPCFGParser

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
      extended by edu.stanford.nlp.parser.lexparser.BiLexPCFGParser.N5BiLexPCFGParser
All Implemented Interfaces:
KBestViterbiParser, Parser, ViterbiParser
Enclosing class:
BiLexPCFGParser

public static class BiLexPCFGParser.N5BiLexPCFGParser
extends BiLexPCFGParser


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
BiLexPCFGParser.N5BiLexPCFGParser
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
agenda, bg, builtEdges, builtHooks, chart, dg, dparser, extractedEdges, extractedHooks, fscorer, goal, interner, length, lex, nGoodTrees, op, originalLabels, projection, relaxHook1, relaxHook2, relaxHook3, relaxHook4, scorer, stateIndex, taggedWordList, tagIndex, tempEdge, tempHook, tf, ug, VERBOSE, VERY_VERBOSE, wordIndex, words
 
Method Summary
protected  void relaxTempHook()
           
 
Methods inherited from class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
better, buildOScore, combine, discoverEdge, discoverHook, discoverItem, extractParse, getBestParse, getBestParses, getBestScore, getKBestParses, getKGoodParses, getKSampledParses, hasParse, initialize, makeInitialItem, makeInitialItems, parse, postMortem, processEdge, processHook, processItem, project, projectHooks, projectUnaries, registerReal, relaxTempEdge, scoreDependencies, setGoal, triggerAllHooks, triggerHooks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

relaxTempHook

protected void relaxTempHook()
Overrides:
relaxTempHook in class BiLexPCFGParser


Stanford NLP Group