udgraph-projectivize 0.8.0

Projectivization/deprojectivization for universal dependency graphs
Documentation
1
2
3
4
5
6
7
8
/// Graph errors.
#[derive(Debug, thiserror::Error)]
#[non_exhaustive]
pub enum Error {
    /// The graph is missing relevant information.
    #[error("incomplete graph: {value:?}")]
    IncompleteGraph { value: String },
}