annatto 0.50.1

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod anno_key;
pub(crate) mod annotation_component;
pub(crate) mod importer_step;
pub(crate) mod update_event;

pub trait IntoInner {
    type I;
    fn into_inner(self) -> Self::I;
}

#[cfg(test)]
mod tests;