[][src]Trait udgraph_projectivize::Projectivize

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

Required methods

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

Loading content...

Implementors

impl Projectivize for HeadProjectivizer[src]

Loading content...