Releases: Lucaterre/spacyfishing
Releases · Lucaterre/spacyfishing
0.1.8
🐛 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
- Batch support with
.pipe()
implementation - #17 (thanks to @davidberenstein1957 🤓 🚀 )
🛠️ 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
0.1.6
🐛 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
0.1.4
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
test new built
0.1.2
refactor
- updated tests;
- clean HTTP exceptions;
- updated documentation;
new features
- add new component parameters (
extra_info
andfilter_statements
that replacedocumentation_required
) - add new span attributes (
wikipedia_page_ref
,normal_term
,src_description
,other_ids
anddocumentation
maintained)