nlp - Does NLTK have a tool for tagging for animate versus inanimate? -


i trying tag list of words animacy. i've tried using spacy , stanford core nlp, these seem tag named entities.

i know stanford has animacy dictionary, don't know how use , can't find instructions.

can point me in right direction?

there no such thing in nltk. this paper stanford nlp group might further, though.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -