|
CoNLL-U
|
| Ntg | |
| Nconllu | |
| CErrorCategory | The std::error_category implementation backing tg::conllu::ErrorCode |
| CParser | Parses CoNLL-U formatted input into a Treebank |
| CParserOptions | Configuration options controlling how a Parser interprets CoNLL-U input |
| CSentence | A single sentence within a Treebank |
| CToken | A single token within a Sentence, or an empty node within a Token |
| CTreebank | In-memory representation of a CoNLL-U treebank |
| CWord | A multiword token: a contiguous span of two or more Tokens sharing a single surface form |
| CRange | A closed, inclusive interval of Tokens' identifiers, spanning [first, last] |
| CWriter | Serializes a Treebank into CoNLL-U formatted output |
| CWriterOptions | Configuration options controlling how a Writer serializes a Treebank |