Skip to content

Releases: amir-zeldes/rst2dep

V1.3.0.1 - bug fix

19 May 22:21
Compare
Choose a tag to compare

Correct handling of source/target node head EDU identification in chain algorithm

V1.3.0 - add option to include constituent IDs in rsd

14 May 18:10
Compare
Choose a tag to compare

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

09 Apr 19:17
Compare
Choose a tag to compare

-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

29 Feb 19:27
Compare
Choose a tag to compare

V1.2.0.0 - Add Hirao algo and bugfixes

29 Feb 19:14
Compare
Choose a tag to compare

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

28 Feb 23:16
Compare
Choose a tag to compare

Fix bug in chain algorithm

V1.1.0.0 - chain algorithm

28 Feb 23:11
Compare
Choose a tag to compare

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

21 Jul 17:10
Compare
Choose a tag to compare

This is a bugfix release

  • Fix imports

V1.0.0 - Initial release

05 Jul 18:03
Compare
Choose a tag to compare

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.