[][src]Trait conllu::proj::Projectivize

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

Required methods

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

Loading content...

Implementors

impl Projectivize for HeadProjectivizer[src]

Loading content...