0.2.0
Spanish Resource Grammar release 0.2.0 (minor update).
- 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. - 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").