[][src]Trait conllu::proj::Deprojectivize

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

Required methods

fn deprojectivize(&self, sentence: &mut Sentence) -> Result<(), GraphError>

Loading content...

Implementors

impl Deprojectivize for HeadProjectivizer[src]

Loading content...