parse_error

Types

pub type ParseError {
  InvalidData(WordParts)
  MissingWordInformation(WordParts)
}

Constructors

  • InvalidData(WordParts)
  • MissingWordInformation(WordParts)
pub type WordParts {
  Index
  Form
  Lemma
  UPOS
  XPOS
  Feats
  Head
  Deprel
  Deps
  Misc
}

Constructors

  • Index
  • Form
  • Lemma
  • UPOS
  • XPOS
  • Feats
  • Head
  • Deprel
  • Deps
  • Misc
Search Document