graphannis 0.9.0

This is a prototype for a new backend implementation of the ANNIS linguistic search and visualization system.
1
2
3
4
5
6
7
extern crate lalrpop;

use lalrpop::Configuration;

fn main() {
    Configuration::new().use_cargo_dir_conventions().process().unwrap();
}