Releases: allenai/pybart
Releases · allenai/pybart
Restore ODIN
Backward Compatibility
- we use the ODIN format in the allenai/pybart_demo as it is the supported format by TAG. so this version restores it for backward compatibility
Adjust to SPIKE doc
- Enhancement:
- Adjusted unused ODIN (not really ODIN, but spike derivative) api to the updated SPIKE doc.
- Added minor new type of conversion ("John is a man who like swimming" a "subj" relation will be added to "John <- like"
Fix query_mode list
- BUG fixes:
- List of what to do or not to do when query-mode is one was inverted - so the fix was to invert the inversion.
Fix query_mode field
BUG fixes:
- when using this field, recent changes caused for a removal of items from a dictionary while iterating that dictionary - this is fixed in the new version.
user friendly API - spacy mode
Feature:
- add a user friendly function to retrieve the pybart graph from the doc (i.e
doc._.get_pybart()
)
allow more than one added node with spacy's Graph
BUGFIX:
- as the name suggests
spacy3-integration-bugfixes
Bugfixes:
- concurrency race condition prevention by moving any global variables to objects
- Matcher initialized only once instead once per sentence.
- fix indices in spike_doc, and sort the labels
move to spacy3
- add support for spacy3
- using spacy's Graph as alternative extension
support UD version 2
Feature Request:
- support UD version 2
new matcher
- utilize new matcher
- refactor entire conversions code
- many small bugfixes