![]() |
GrammarScope
4.0.0
|
Classes | |
class | GrammaticalStructureX |
Public Member Functions | |
GrammaticalStructureReader () | |
GrammaticalStructure | read (final String str) |
![]() | |
T | read (S s) |
Static Public Member Functions | |
static void | main (final String[] args) |
Static Public Attributes | |
static final String | sep = "\n\n\n" |
Static Package Functions | |
[static initializer] | |
Static Private Member Functions | |
static TreeGraphNode | makeTreeGraphNode (final String str) throws IOException |
Grammatical structure reader
grammarscope.server.io.readwrite.GrammaticalStructureReader.GrammaticalStructureReader | ( | ) |
Constructor
|
staticpackage |
|
static |
Test
args | unused |
|
staticprivate |
Build tree graph node
str | source string |
IOException | exception |
GrammaticalStructure grammarscope.server.io.readwrite.GrammaticalStructureReader.read | ( | final String | str | ) |
|
static |