[][src]Trait lumberjack::Projectivize

pub trait Projectivize {
    fn projectivize(&mut self);
}

Projectivization Trait.

Projectivization is done by re-attaching the non-projective content at the highest point allowing non-crossing edges while maintaining the linear order of the sentence.

Required methods

fn projectivize(&mut self)

Loading content...

Implementors

impl Projectivize for Tree[src]

Loading content...