Releases: UppsalaNLP/uuparser
Improved logging, progressbars and bugfixes
Quality of life
- uuparser is now a proper Python package and has Pypi releases, for a much easier installation
- Logging now uses loguru under the hood instead of bare prints, which helps if you want to use it as a library
- We now have 🌟 progressbars 🌟 instead of filling your console with text progress reports
Potentially breaking
- We now enforce
0
as our default for--dynet-seed
, instead of relying on DyNet to set it, which means that your results might change if you used to leave the option out
Fixed
- #25 was preventing training continuation using pickled parameters, this is now fixed
conll 2018
Shared task 2018 version of the code.
- Re-added the possibility to have POS tags
- Better default hyperparameters
- Some refactoring, including printing out more information during training/parsing
NLPL
Version of the code deployed on the abel cluster.
Dynet 2
Upgraded to use dynet 2.
IWPT 2017
This release corresponds to the parser changes we describe in:
Miryam de Lhoneux, Sara Stymne and Joakim Nivre. 2017. Arc-Hybrid Non-Projective Dependency Parsing with a Static-Dynamic Oracle. In Proceedings of the The 15th International Conference on Parsing Technologies (IWPT).
CoNLL-UD-2017 shared task
This release is the parsing part of the code we used for the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies.
The system is described in:
Miryam de Lhoneux, Yan Shao, Ali Basirat, Eliyahu Kiperwasser, Sara Stymne, Yoav Goldberg, and Joakim Nivre. 2017. From raw text to Universal Dependencies - look, no tags! In Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies. Association for Computational Linguistics.