Adam Radziszewski

Results 4 comments of Adam Radziszewski

In [6]: nlp('acetaminophen')[0].tag_, nlp('acetaminophen')[0].pos_ Out[6]: ('UH', 'INTJ')

Spacy 3.0 **tags “tummy” as a determiner** in “tummy ache”. I think this is serious, since determiners are closed class words and arguably there should be literally half a dozen...

There's still a bug in the newest version from the repo, just a different exception in del: ``` Exception ignored in: Traceback (most recent call last): File "/home/aradziszewski/venvs/bleeding-botf/lib/python3.6/site-packages/snips_nlu/slot_filler/crf_slot_filler.py", line 410,...

Thanks for explanations! I get this warning each time I run unit tests in my code; it's somehow not cropping up otherwise. BTW perhaps using pycrfsuite instead would work? I'm...