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

Required Methods

Implementors