|
CoNLL-U
|
| Cstd::error_category | STL class |
| Ctg::conllu::ErrorCategory | The std::error_category implementation backing tg::conllu::ErrorCode |
| Ctg::conllu::Parser | Parses CoNLL-U formatted input into a Treebank |
| Ctg::conllu::ParserOptions | Configuration options controlling how a Parser interprets CoNLL-U input |
| Ctg::conllu::Sentence | A single sentence within a Treebank |
| Ctg::conllu::Token | A single token within a Sentence, or an empty node within a Token |
| Ctg::conllu::Treebank | In-memory representation of a CoNLL-U treebank |
| Ctg::conllu::Word | A multiword token: a contiguous span of two or more Tokens sharing a single surface form |
| Ctg::conllu::Word::Range | A closed, inclusive interval of Tokens' identifiers, spanning [first, last] |
| Ctg::conllu::Writer | Serializes a Treebank into CoNLL-U formatted output |
| Ctg::conllu::WriterOptions | Configuration options controlling how a Writer serializes a Treebank |