Releases: allenai/pybart
Releases · allenai/pybart
query mode - fix nmod:npmod
BUGFIX:
- query mode: add the conversion from nmod:npmod to compound to the list
Query Mode: qmod name miss-macth fixed
BUGFIX:
- in the query mode we used the wrong function name for the qmod conversions.
Fix matcher bug
BUGFIX:
- we added outgoing/incoming token restrictions based on edge restrictions even in cases where the restriction is negative. The code avoiding the negative case had a bug.
Hebrews special xcomp - add markers
Enhancement:
- add support for "ב" and "מ" in the special xcomp case
Amod parent sharing in conjunctions
Enhancements:
- Fixes a conversion that shares parents of a conjunction with its cojugates so
amod
will be shared as well
Support Hebrews special xcomp cases
Enhancements:
- In Hebrew, not only the subject and object are candidates for propagation in an xcomp structure, but also nmods if the case is the special "ל" (has a similar role as object)
Hebrew lists
Enhancement:
- add pos tag lists and lexical lists to support hebrew
Change infinitive propagation label from ":" to "@"
Adjustment:
- The label produced by Infinitives propagation should be with "@" and not ":" (for simplicity)
Enable spike api for demo
Enhancement:
- enables spike api for demo
BUGFIX:
- conversion iterations count was wrong in some cases
SPIKE sentence
BUGFIX:
- two funcs with the same name
API
- Change SPIKE api to per sentence