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
#[derive(Clone,Default,Debug)]
pub struct Config {
    pub use_parallel_joins : bool,
}

pub mod conjunction;
pub mod disjunction;