Trait conllx::Deprojectivize [] [src]

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

Required Methods

Implementors