Skip to content

Releases: IBM/zshot

v0.0.8

29 Jun 16:49
3103f02
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix bug in displacy serve method by @marmg in #46
  • 🐛 Fix bug in zshot_evaluate import by @marmg in #49
  • 🐛 Fix evaluation by @marmg in #51
  • Add Linker Ensemble by @marmg in #53
  • ✨ Added scores to regen by @marmg in #55

Full Changelog: v0.0.7...v0.0.8

v0.0.7

28 Dec 13:07
07c9893
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

17 Nov 09:07
eebbbb1
Compare
Choose a tag to compare

What's Changed

  • 🐛 Add init to zsrc package by @GabrielePicco in #31
  • 🐛 Fixed bug in run_evaluation by @marmg in #32
  • 🐛 Fix bug in evaluation with both mentions extractors and linkers by @marmg in #34

Full Changelog: v0.0.5...v0.0.6

v0.0.5

08 Nov 14:00
84b79cb
Compare
Choose a tag to compare

What's Changed

  • 📝 Updated documentation by @marmg in #23
  • 🐛 Fixed bug in pipeline config with mentions and entities by @marmg in #26
  • 🐛 Fixed TypeError type is not subscriptable in datasets by @marmg in #28
  • ✨ Add zero shot relations extraction by @GabrielePicco and @albpurpura in #27

Full Changelog: v0.0.4...v0.0.5

v0.0.4

24 Oct 10:39
2cd980f
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix spans conversion to Spacy entities by @GabrielePicco in #20
  • ✨ Update mentions extractors by @marmg in #21
  • ✨ Added TARS and SMXM models as mentions extractors.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Oct 21:09
76e3a32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Oct 13:45
79db790
Compare
Choose a tag to compare
  • Fix colors and visualisation
  • Bug fixes

v0.0.1

26 Sep 21:26
d5b806c
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • First release
  • Mentions extractor implemented: Spacy, Flair
  • Linker implemented: Regen, XMSM, Blink, Tars
  • Basic evaluation pipeline