Interface | Description |
---|---|
Bundle |
Represents bundle.
|
Document |
Document representing given CoNLLU file or some collection of bundles.
|
Node |
Node represents token (word) of the sentence.
|
Root |
Root represent technical root of the sentence.
|
Class | Description |
---|---|
Block |
Block represents reader, writer or some transformation.
|
Run |
The purpose of Run class is to run scenarios.
|
Enum | Description |
---|---|
Node.ChildrenArg |
Args used for children retrieval.
|
Node.DescendantsArg |
Args used for descendants retrieval.
|
Node.RemoveArg |
Args used for child removal.
|
Node.ShiftArg |