This motor is made to correct a document consisting of entries with glosses. Then, it produces a CoNLL-U file.
It is based on the CoNLL-U format. This project is part of the Chuj project taking place in Université de Montréal.
Supposing a file input.docx and a file rules.yaml.
mvn test
mvn package
java -cp target/chuj-nlp-core-0.1.0.jar org.titiplex.Main input.docx rules.yaml output.conlluIt will generate a file output.conllu.