Crate conllx [] [src]

Structs

DisplaySentence

This data type is a small wrapper around Vec<Token> that implements the Display trait. The sentence will formatted in CoNLL-X format.

Features

Token features.

HeadProjectivizer

A projectivizer using the 'head' marking strategy. See: Pseudo-Projective Dependency Parsing, Nivre and Nilsson, 2005.

PartitioningWriter

A writer for CoNLL-X sentences that partitions incoming objects among multiple writers.

Reader

A reader for CoNLL-X sentences.

Sentences

An iterator over the sentences in a Reader.

Token

A token with the CoNLL-X annotation layers.

TokenBuilder

A builder for Tokens.

Writer

A writer for CoNLL-X sentences.

Enums

GraphError

Graph errors.

ReadError

Traits

Deprojectivize
Projectivize
ReadSentence

A trait for objects that can read CoNLL-X Sentences

WriteSentence

A trait for objects that can write CoNLL-X Sentences.

Type Definitions

Sentence

A sentence with the CoNLL-X annotation layers.