Struct udgraph_projectivize::HeadProjectivizer [−][src]
pub struct HeadProjectivizer;
Expand description
A projectivizer using the ‘head’ marking strategy. See: Pseudo-Projective Dependency Parsing, Nivre and Nilsson, 2005.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeadProjectivizer
impl Send for HeadProjectivizer
impl Sync for HeadProjectivizer
impl Unpin for HeadProjectivizer
impl UnwindSafe for HeadProjectivizer
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.