edu.stanford.nlp.trees.international.icegb
Class ICEGBHeadFinder

java.lang.Object
  extended by edu.stanford.nlp.trees.AbstractCollinsHeadFinder
      extended by edu.stanford.nlp.trees.international.icegb.ICEGBHeadFinder
All Implemented Interfaces:
HeadFinder, Serializable

public class ICEGBHeadFinder
extends AbstractCollinsHeadFinder

HeadFinder for the ICE-GB corpus.

Author:
Jeanette Pettibone
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
defaultRule, nonTerminalInfo, tlp
 
Constructor Summary
ICEGBHeadFinder()
           
ICEGBHeadFinder(TreebankLanguagePack tlp)
           
 
Method Summary
protected  Tree findMarkedHead(Tree[] kids)
           
 
Methods inherited from class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
determineHead, determineHead, determineNonTrivialHead, findMarkedHead, postOperationFix, traverseLocate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICEGBHeadFinder

public ICEGBHeadFinder()

ICEGBHeadFinder

public ICEGBHeadFinder(TreebankLanguagePack tlp)
Method Detail

findMarkedHead

protected Tree findMarkedHead(Tree[] kids)


Stanford NLP Group