[][src]Module lumberjack::io

Structs

AbsoluteEncoding

Absolute Encoding.

NegraReader

Iterator over constituency trees in a NEGRA export file.

PTBReader

Iterator over trees in PTB format file.

PTBWriter

PTBWriter.

RelativeEncoding

Relative Encoding.

Enums

PTBFormat

PTBFormat

PTBLineFormat

PTBLineFormat.

Traits

Decode

Decode trait.

Encode

Encode trait.

ToConllx

Conversion Trait to CONLLX.

TryFromConllx

Conversion Trait from CONLLX to Tree.

WriteTree

Trait to write a Tree.

Functions

negra_to_tree

Builds Tree<NonProjectiveEdge> from &str.