CoNLL-U
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 Ntg
  Nconllu
   CErrorCategoryThe std::error_category implementation backing tg::conllu::ErrorCode
   CParserParses CoNLL-U formatted input into a Treebank
   CParserOptionsConfiguration options controlling how a Parser interprets CoNLL-U input
   CSentenceA single sentence within a Treebank
   CTokenA single token within a Sentence, or an empty node within a Token
   CTreebankIn-memory representation of a CoNLL-U treebank
   CWordA multiword token: a contiguous span of two or more Tokens sharing a single surface form
    CRangeA closed, inclusive interval of Tokens' identifiers, spanning [first, last]
   CWriterSerializes a Treebank into CoNLL-U formatted output
   CWriterOptionsConfiguration options controlling how a Writer serializes a Treebank