Skip to content

V2.29.2

Latest
Compare
Choose a tag to compare
@jheinecke jheinecke released this 21 Dec 10:29

ConlluEditor

This release is a compiled version of ConlluEditor. For latest changes,
please see CHANGES.md.

Requirements

The back-end uses Java >= 11, so make sure you have the correct Java version on your system.

Installation and running

All needed files are in a zip file. Unzip somewhere on your machine

  • Linux
    • unzip conllueditor-2.29.2.zip
    • start server conllueditor-2.29.2/bin/conlluedit.sh treebank.conllu 8888 (more options are describes in the README.md)
  • Windows
    • unzip conllueditor-2.29.2.zip
    • start server java -jar conllueditor-2.29.2\target\ConlluEditor-2.29.2-jar-with-dependencies.jar --rootdir conllueditor-2.29.2\gui treebank.conllu 8888

For windows, you possibly need to add python3 to the validation script

script: python3 C:\<path>\validate.py --lang cy --max-err 0 --level 5 {FILE}