Modifier and Type | Class and Description |
---|---|
(package private) static class |
GrammaticalStructureReader.GrammaticalStructureX
Non-abstract extended GrammaticalStructure
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
sep |
Constructor and Description |
---|
GrammaticalStructureReader()
Constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Test
|
private static edu.stanford.nlp.trees.TreeGraphNode |
makeTreeGraphNode(java.lang.String str)
Build tree graph node
|
edu.stanford.nlp.trees.GrammaticalStructure |
read(java.lang.String str)
Read
|
public static final java.lang.String sep
private static edu.stanford.nlp.trees.TreeGraphNode makeTreeGraphNode(java.lang.String str) throws java.io.IOException
str
- source stringjava.io.IOException
- exceptionpublic edu.stanford.nlp.trees.GrammaticalStructure read(java.lang.String str)
IReader
public static void main(java.lang.String[] args)
args
- unused