Jeno Pizarro

Results 4 comments of Jeno Pizarro

Hi - there could be two issues here: 1) you're limiting the entity types to PERSON or ORG that you're doing negation on. 2) Even if you weren't limiting types,...

So for the example code I pasted above, it's looking specifically for 'ice hockey' not just 'hockey'. If you changed the patterns to remove 'ice' as shown below then it...

I suppose you could check every single token (rather than entities) in `negspacy/negation.py` starting at line 296. This library's goal was to implement the Negex algorithm in spaCy which looks...