Skip to content

Releases: jenojp/negspacy

Incremental update - bug fixes, refactor for multi-language support, termset updates

25 Sep 14:21
Compare
Choose a tag to compare
  • #7 Bug fix to fix issue in spacy 2.1.8 where using an entity ruler and not finding any entities would cause doc.is_nered to return false. This would make negspacy believe named entity recognition was not performed, throwing an error, incorrectly.
  • moved patterns to termset lookup file, making it easier to support multiple languages. #6
  • add additional patterns (contractions)

Incremental Alpha release - user specified terminology lists

18 Aug 18:45
2856b8e
Compare
Choose a tag to compare
  • Users can specify negation terminology
  • Improved error handling

Alpha version with windows bug fix

16 Aug 03:47
Compare
Choose a tag to compare
Pre-release
v0.1.1

Merge branch 'develop'

Initial alpha release

14 Aug 23:12
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release
v0.1.0-alpha

Update setup.py