public class UniversalDependenciesConverter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Converts a constituency tree to the English basic, enhanced, or
enhanced++ Universal dependencies representation, or an English basic
Universal dependencies tree to the enhanced or enhanced++ representation.
|
public static void main(java.lang.String[] args)
Command-line options:
-treeFile: File with PTB-formatted constituency trees
-conlluFile: File with basic dependency trees in CoNLL-U format
-outputRepresentation: "basic" (default), "enhanced", or "enhanced++"