Skip to content

0.2.0

Compare
Choose a tag to compare
@olzama olzama released this 16 Mar 11:36
· 283 commits to main since this release

Spanish Resource Grammar release 0.2.0 (minor update).

  1. Instead of using a script which calls Freeling's analyze binary as a subprocess, we now use the python API for Freeling. This hopefully brings at least some performance gain, and more importantly, will allow for more flexibility in the future. It also fixes the bug where original character positions were lost, which led to poor visualization by e.g. fftb in cases when input was tokenized in non-obvious ways.
  2. The MRS test suite treebank is updated to better reflect the grammar's coverage. Some items which were previously marked as "accepted" are now rejected, and vice versa. A number of bugs were filed as a result of the test suite review: https://github.com/delph-in/srg/issues (see issues marked with label "mrs testsuite").