Skip to content

Releases: Lucaterre/spacyfishing

0.1.8

05 Oct 08:04
Compare
Choose a tag to compare

🐛 Bug fix

  • Replace token by characters indexing to access and update a correct entity span with the same source offsets - #15 (thanks to @davidberenstein1957)

✨ new features

🛠️ Refactoring

  • Update docstrings format

📖 Documentation

  • Updated global instructions
  • Remove outdated example to process a long text and replace by new .pipe() implementation;
  • Add issues templates + contributing guide

0.1.7

01 Aug 16:13
Compare
Choose a tag to compare

🐛 Bug fix

  • Update setup.py for Python 3.7
  • Update JSON serialization and encoding strategy to query entity fishing;

📖 Documentation

  • Update instructions and example script to process long text;

0.1.6

22 Jul 15:10
130de6c
Compare
Choose a tag to compare

🐛 Bug fix

  • Fix string concatenation exception with url_wikidata span attribute ed1c74d

🛠️ Refactoring

  • Change default API endpoint for entity-fishing
  • New strategy to extract extra_info that limit number of HTTP queries

📖 Documentation

  • Updated global instructions
  • Add example to process a long text
  • Add a beautiful new logo (thanks to @alix-tz 🤩 )

0.1.5

20 Jun 11:24
Compare
Choose a tag to compare
  • fix NIL clustering that contains entities already resolved ;
  • updated tests & documentation;

0.1.4

20 Jun 10:13
Compare
Choose a tag to compare

Refactor

  • new strategy for NIL entities with repass in disambiguate EF service with terms instead of text;
  • improve doc attributes with additional infos from disambiguation service with text and terms;
  • updated tests;
  • updated documentation;
  • clean and minimize code.

0.1.3-alpha

17 Jun 08:59
Compare
Choose a tag to compare

test new built

0.1.2

15 Jun 12:50
d193f2b
Compare
Choose a tag to compare

refactor

  • updated tests;
  • clean HTTP exceptions;
  • updated documentation;

new features

  • add new component parameters (extra_info and filter_statements that replace documentation_required)
  • add new span attributes (wikipedia_page_ref, normal_term, src_description, other_ids and documentation maintained)

0.1.1

14 Jun 14:36
7d71f43
Compare
Choose a tag to compare

First stable release 🔥

  • requests to Entity-fishing;
  • service : disambiguation text and concept look-up;
  • attach linking annotations to spans and doc;
  • documentation;