jenojp / negspacy

spaCy pipeline object for negating concepts in text
MIT License
274 stars 36 forks source link

Increase spaCy version requirements to v3.1 #39

Closed thomashacker closed 3 years ago

thomashacker commented 3 years ago

negspaCy also works with the newest spaCy version 3.1.2. Increased the requirements from >3.1 to >3.2

jenojp commented 3 years ago

Thanks! Awaiting updated model from scispacy for many of our test cases and then will release. https://github.com/allenai/scispacy/tree/upgrade31

jenojp commented 3 years ago

Completed with #40 . Thanks for your help!