0
votes
0answers
36 views

Using wordnet in java

I am new to wordnet API and I am struggling how I can get to th following issue; I would like that if I give for example "George Bush" I will arrive to the term person. The following diagram ...
2
votes
4answers
176 views

Java based Word mapping (semantic) application

I want to develop an Java based application to map synonyms to a unique code or a word. For example in medical terms, the word heart attack or cardiac arrest etc. means the same thing. So I want to ...
1
vote
1answer
260 views

Get WordNet's domain name for the specified word

I know WordNet has Domains Hierarchy: e.g. sport->football. 1) Is it possible to list all words related, for example, to the 'sport->football' sub-domain? Response: goalkeeper, forward, penalty, ...
0
votes
1answer
137 views

Is there a library or framework which allows to measure semantic distance between phrases?

I know WordNet is capable of providing semantic distances between two words, but how about phrases containing more than one word? Is there any open libraries which allow me to measure the semantic ...
0
votes
0answers
102 views

i am working on my final year project which is: Getting better search engine results using NLP [closed]

Basically when user gives sentence as input, i want to find out the context of the sentence and use it to give better results. I am in my initial phase of reading into the techniques available and I ...