Tagged Questions

14
votes
2answers
231 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 ...
5
votes
2answers
1k views

Finding related words (specifically physical objects) to a specific word

I am trying to find words (specifically physical objects) related to a single word. For example: Tennis: tennis racket, tennis ball, tennis shoe Snooker: snooker cue, snooker ball, chalk Chess: ...
1
vote
1answer
196 views

getting base form of a word?

I'm using java wordnet library(jwnl)for my project.i need to find base form of a word before processing.For example,if i give "sent" the base form word should be "send".like wise for "dispatched"the ...
0
votes
0answers
54 views

Calculate adjective relatedness using wordnet

I need to find the relatedness or similarity between to adjectives I installed wordnet similarity module. However when I call the script below I get the error that it is only for nouns and versbs. ...
0
votes
0answers
246 views

Semantic similarity between two words based on wordNet using php

Can anyone help me find the semantic similarity between two words based on WordNet using php. Any algorithm is ok for me like Resnik, Leacock–Chodorow, Lin similarity and so on. An example using one ...