graphannis 4.1.4

This is a new backend implementation of the ANNIS linguistic search and visualization system.
Documentation
1
2
3
4
5
6
7
8
9
pub mod aql;
pub mod corpusstorage;
#[cfg(test)]
pub mod example_generator;
pub mod exec;
mod plan;
pub mod relannis;
pub mod sort_matches;
pub mod token_helper;