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
extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}