graphannis 0.10.1

This is a prototype for a new backend implementation of the ANNIS linguistic search and visualization system.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod errors;

#[macro_use]
pub mod util;

pub mod types;

pub mod dfs;
pub mod db;
pub mod operator;