Releases: Orange-OpenSource/conllueditor
Releases · Orange-OpenSource/conllueditor
V2.17.4
ConlluEditor
This release is a compiled version of ConlluEditor.
All needed files are in a zip file. Unzip somewhere on your machine
- Linux
unzip conllueditor-2.17.4.zip
- start
conllueditor-2.17.4/bin/conlluedit.sh -r treebank.conllu 8888
(more options are describes in the README.md)
- Windows
unzip conllueditor-2.17.4.zip
- start server `java -jar conllueditor-2.17.4\target\ConlluEditor-2.17.4-jar-with-dependencies.jar --rootdir conllueditor-2.17.4
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}
Precompiled version 2.17.2
ConlluEditor
This release is a compiled version of ConlluEditor.
All needed files are in a zip file. Unzip somewhere on your machine
- Linux
unzip conllueditor-2.17.2.zip
- start
conllueditor-2.17.2/bin/conlluedit.sh -r treebank.conllu 8888
(more options are describes in the README.md)
- Windows
unzip conllueditor-2.17.2.zip
- start server
java -jar conllueditor-2.17.2\target\ConlluEditor-2.17.2-jar-with-dependencies.jar --rootdir conllueditor-2.17.2 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}
precompiled version 2.16.2
ConlluEditor
This release is a compiled version of ConlluEditor.
All needed files are in a zip file. Unzip somewhere on your machine
- Linux
unzip conllueditor-2.16.2.zip
- start
conllueditor-2.16.2/bin/conlluedit.sh -r treebank.conllu 8888
(more options are describes in the README.md)
- Windows
unzip conllueditor-2.16.2.zip
- start server
java -jar conllueditor-2.16.2\target\ConlluEditor-2.16.2.0-jar-with-dependencies.jar --rootdir conllueditor-2.16.2 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}