edu.stanford.nlp.trees.international.icegb
Class ICEGBHeadFinder
java.lang.Object
edu.stanford.nlp.trees.AbstractCollinsHeadFinder
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICEGBHeadFinder
public ICEGBHeadFinder()
ICEGBHeadFinder
public ICEGBHeadFinder(TreebankLanguagePack tlp)
findMarkedHead
protected Tree findMarkedHead(Tree[] kids)
Stanford NLP Group