Domanda

I would like to know the category in which the word falls in.

Like it could be a place,food,clothing.. etc how do I get that from any API ? Currently I am using in this example : Pizza which is of category food. How do I get that?

Like Newyork is a place so category:place.

How do I get only the category ?

È stato utile?

Soluzione

You are probably looking for the WordNet like database. Obviously this is not that easy (what "granularity" of the categories is ok, what about multi-meaning words?) and there are no good answers for such questions, NLP is not that easy. However, WordNet should help you a lot, as it provides a nice, relational structure of the english words.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top