Type Alias graphannis::AnnotationGraph

source ·
pub type AnnotationGraph = Graph<AnnotationComponentType>;
Expand description

A specialization of the Graph, using components needed to represent and query corpus annotation graphs.

Aliased Type§

struct AnnotationGraph {
    pub global_statistics: Option<AQLGlobalStatistics>,
    /* private fields */
}

Fields§

§global_statistics: Option<AQLGlobalStatistics>