[][src]Trait udgraph_projectivize::Deprojectivize

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

Required methods

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

Loading content...

Implementors

impl Deprojectivize for HeadProjectivizer[src]

Loading content...