|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.trees.AbstractCollinsHeadFinder
edu.stanford.nlp.trees.international.french.DybroFrenchHeadFinder
public class DybroFrenchHeadFinder
Implements the head finding rules from Dybro-Johansen master's thesis.
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.trees.AbstractCollinsHeadFinder |
---|
defaultRule, nonTerminalInfo, tlp |
Constructor Summary | |
---|---|
DybroFrenchHeadFinder()
|
|
DybroFrenchHeadFinder(TreebankLanguagePack tlp)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Go through trees and determine their heads and print them. |
Methods inherited from class edu.stanford.nlp.trees.AbstractCollinsHeadFinder |
---|
determineHead, determineHead, determineNonTrivialHead, findMarkedHead, postOperationFix, setCategoriesToAvoid, traverseLocate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DybroFrenchHeadFinder()
public DybroFrenchHeadFinder(TreebankLanguagePack tlp)
Method Detail |
---|
public static void main(java.lang.String[] args)
java edu.stanford.nlp.trees.DybroFrenchHeadFinder treebankFilePath
args
- The treebankFilePath
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |