Skip to content

Releases: allenai/pybart

Restore ODIN

02 May 07:15
010e4e8
Compare
Choose a tag to compare

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

01 May 21:28
e17e1bb
Compare
Choose a tag to compare
  • 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

13 Jul 10:38
db2dd99
Compare
Choose a tag to compare
  • 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

20 Jun 22:52
Compare
Choose a tag to compare

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

06 May 09:21
Compare
Choose a tag to compare

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

27 Apr 08:59
2ea220a
Compare
Choose a tag to compare

spacy3-integration-bugfixes

11 Apr 22:51
Compare
Choose a tag to compare

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

26 Mar 00:51
Compare
Choose a tag to compare
  • add support for spacy3
  • using spacy's Graph as alternative extension

support UD version 2

16 Feb 12:07
568daba
Compare
Choose a tag to compare

Feature Request:

  • support UD version 2

new matcher

08 Feb 20:08
c280589
Compare
Choose a tag to compare
  • utilize new matcher
  • refactor entire conversions code
  • many small bugfixes