[][src]Trait lumberjack::io::ToConllx

pub trait ToConllx {
    fn to_conllx(&self) -> Sentence;
}

Conversion Trait to CONLLX.

Creates a Token for each Terminal in the tree. Form, POS and Features are carried over.

Required methods

fn to_conllx(&self) -> Sentence

Nonconsuming conversion to CONLLX.

Loading content...

Implementors

impl ToConllx for Tree[src]

Loading content...