Releases: amir-zeldes/rst2dep
V1.3.0.1 - bug fix
Correct handling of source/target node head EDU identification in chain algorithm
V1.3.0 - add option to include constituent IDs in rsd
Option -n now exports constituent node IDs for dependency relations in rsd format for easier mapping
V1.2.1.0 - add same-unit exception option to chain algo
-s flag (keep same unit option) now makes same-unit behave like Li et al. in Chain algorithm
V1.2.0.1 - fix module main
Bugfix release
V1.2.0.0 - Add Hirao algo and bugfixes
Now supports -a {li,chain,hirao}, --algorithm {li,chain,hirao}
for the conversion algorithm, and option to retain same-unit multinucs in the Hirao et al. algorithm (-s, --same_unit
).
V1.1.0.1 - bugfix
Fix bug in chain algorithm
V1.1.0.0 - chain algorithm
Added chain algorithm and signal support
- Chain currently only supported for const -> dep
- Attaches multinuc children to their previous sibling instead of the leftmost sibling
V1.0.0.1 - bugfix
This is a bugfix release
- Fix imports
V1.0.0 - Initial release
Initial release as a python module, installable from PyPI via:
pip install rst2dep
and runnable as a module once installed, for example:
python -m rst2dep -p -f rs3 example.rs3
See README for more options.