Skip to content

Releases: theirstory/gliner-spacy

v. 0.0.8

30 May 10:41
f404415
Compare
Choose a tag to compare
  • Fixes minor bug that assigned score when some spans were unaligned in the spaCy doc container
  • Adds entry point to spacy so that you do not need to import the GlinerSpacy class to add it to a spaCy pipeline

v. 0.0.7

28 May 13:23
Compare
Choose a tag to compare
  • Added the ability to map device to the GliNER model, merging PR: #9 @dtschleckser and tested by @pdhall99
  • Fixed a typo in requirements, merging PR: #13 @pdhall99
  • Added support for accessing the scores, addressing Issue: #15

v. 0.0.4

10 Apr 04:23
Compare
Choose a tag to compare

Updated the setup.py to confirm Python version is between 3.7 and 3.10: #4

Updated the pipeline to accept threshold: #3