|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
Parameter file for parsing the Penn Treebank format of the Negra Treebank (German). STILL UNDER CONSTRUCTION!
Field Summary | |
static boolean |
markRC
|
static boolean |
markZuVP
|
static boolean |
treeNormalizerInsertNPinPP
|
Fields inherited from class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams |
inputEncoding, outputEncoding, tlp |
Constructor Summary | |
NegraPennTreebankParserParams()
|
Method Summary | |
TreeTransformer |
collinizer()
returns a NegraPennCollinizer |
TreeTransformer |
collinizerEvalb()
returns a NegraPennCollinizer |
void |
display()
display language-specific settings |
HeadFinder |
headFinder()
returns a NegraHeadFinder |
Lexicon |
lex()
returns an ordinary Lexicon (could be tuned for German!) |
static void |
main(String[] args)
|
MemoryTreebank |
memoryTreebank()
returns a MemoryTreebank appropriate to the treebank source |
int |
setOptionFlag(String[] args,
int i)
Set language-specific options according to flags. |
String[] |
sisterSplitters()
Returns the splitting strings used for selective splits. |
String[] |
splitters()
Returns the splitting strings used for selective splits. |
edu.stanford.nlp.parser.lexparser.TreeHeadPair |
transformTree(Tree t,
Tree root,
edu.stanford.nlp.parser.lexparser.TreeHeadPair thp)
transformTree does all language-specific tree transformations. |
TreebankLanguagePack |
treebankLanguagePack()
Returns a ChineseTreebankLanguagePack |
Methods inherited from class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams |
pw, pw, setInputEncoding, setOutputEncoding, testMemoryTreebank |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams |
pw, pw, setInputEncoding, setOutputEncoding, testMemoryTreebank |
Field Detail |
public static boolean markRC
public static boolean markZuVP
public static boolean treeNormalizerInsertNPinPP
Constructor Detail |
public NegraPennTreebankParserParams()
Method Detail |
public HeadFinder headFinder()
headFinder
in interface TreebankLangParserParams
headFinder
in class AbstractTreebankParserParams
public Lexicon lex()
lex
in interface TreebankLangParserParams
lex
in class AbstractTreebankParserParams
public MemoryTreebank memoryTreebank()
TreebankLangParserParams
memoryTreebank
in interface TreebankLangParserParams
memoryTreebank
in class AbstractTreebankParserParams
public TreeTransformer collinizer()
collinizer
in interface TreebankLangParserParams
collinizer
in class AbstractTreebankParserParams
public TreeTransformer collinizerEvalb()
collinizerEvalb
in interface TreebankLangParserParams
collinizerEvalb
in class AbstractTreebankParserParams
public TreebankLanguagePack treebankLanguagePack()
ChineseTreebankLanguagePack
treebankLanguagePack
in interface TreebankLangParserParams
treebankLanguagePack
in class AbstractTreebankParserParams
public String[] sisterSplitters()
TreebankLangParserParams
sisterSplitters
in interface TreebankLangParserParams
sisterSplitters
in class AbstractTreebankParserParams
public String[] splitters()
TreebankLangParserParams
splitters
in interface TreebankLangParserParams
splitters
in class AbstractTreebankParserParams
public int setOptionFlag(String[] args, int i)
TreebankLangParserParams
setOptionFlag
in interface TreebankLangParserParams
setOptionFlag
in class AbstractTreebankParserParams
public void display()
TreebankLangParserParams
display
in interface TreebankLangParserParams
display
in class AbstractTreebankParserParams
public edu.stanford.nlp.parser.lexparser.TreeHeadPair transformTree(Tree t, Tree root, edu.stanford.nlp.parser.lexparser.TreeHeadPair thp)
transformTree
in interface TreebankLangParserParams
transformTree
in class AbstractTreebankParserParams
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |