|
|||||||||
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.FrenchHeadFinder
public class FrenchHeadFinder
TODO wsg2010: Compare these head finding rules to those found in Arun Abishek's master's thesis.
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.trees.AbstractCollinsHeadFinder |
---|
defaultRule, nonTerminalInfo, tlp |
Constructor Summary | |
---|---|
FrenchHeadFinder()
|
|
FrenchHeadFinder(FrenchTreebankLanguagePack 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 FrenchHeadFinder()
public FrenchHeadFinder(FrenchTreebankLanguagePack tlp)
Method Detail |
---|
public static void main(java.lang.String[] args)
java edu.stanford.nlp.trees.FrenchHeadFinder treebankFilePath
args
- The treebankFilePath
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |