Tagged Questions
1
vote
1answer
307 views
how to access WordNet hierarchy using JAWS api?
I am trying to access the top most object in the WordNet hierarchy.
Example: "Tiger" must return "Animal", similarly for other things like "car" -> automobile
I am using JAWS api for access to ...
0
votes
0answers
41 views
how to integrate imageNet with java
I need to use imageNet(http://image-net.org) with Java. Can anyone point me to some useful resources? Like how to integrate it with java and how to use the api.
14
votes
2answers
396 views
Semantic Search in Python for hobbies + latest news
I want to implement a python based semantic search over a set of keywords (mainly hobbies, latest news, etc which people might be interested to talk about). I want to know if there exist an ontology ...
1
vote
0answers
76 views
How much infromation from ontology we need to export to our home made ontology?
I'm creating an ontology that is based on wordnet. I want to know what level of information I should add to my own ontology? Like, for example, if the lexica has a "instance of" and "hypernym" ...
1
vote
1answer
146 views
What's the namespace used for wordnet in an ontology?
Like I've a word such as "India" and Wordnet has the information of type of entity that I've at hand, how can I refer to wordnet for this specific type of entity? Like, I extract the information that ...
0
votes
1answer
272 views
How to sort websites into categories based on keyword content
I'm writing a webrobot which categorizes sites based on there keyword/meta/links into a predefined list of categories.
I've been looking at various ontology approaches and have looked at Wordnet (for ...