Releases: allenai/pybart
Releases · allenai/pybart
add last literals to allowed list
3.4.7: 3.4.6 is flawed
added missing data files in setup.py
3.4.5 is flawed
3.4.6 3.4.6
reduce eud literals
Feature:
- reduce eud literals, instead of having every mwe after
:
for nmod/conj/advcl... we allow for the top occuring ones, and the rest we bucket into_other
3.4.3 was malformed
3.4.4 update version
fix 61 again
add nsubjc/nsubjpassc/dobjc in a way that doesnt not affect the rest of the alternations
3.4.2: Merge pull request #61 from allenai/fix-59-60
Bugfixes:
- Fixes #59. Fixes #60 and fixes allenai/spike#2296
Lexema on case
Bugfix:
- Fix #57
Python 3.10
- Support python up to 3.11 (including 3.10 which is what we where actually aiming for in this cycle)
Better argument naming
For clarity - change the api argument's name to a clearer one. this breaks compatibility with version 3.3.3 but since it was just created, i dont feel guilty overriding this.