Type Definition conllx::graph::Edge

source ·
pub type Edge = (Projectivity, Option<String>);
Expand description

Dependency edge.