Trait conllx::Projectivize [] [src]

pub trait Projectivize {
    fn projectivize(&self, sentence: &Sentence) -> Result<Sentence>;
}

Required Methods

Implementors