Trait conllx::Deprojectivize [] [src]

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

Required Methods

Implementors