Tagged Questions
12
votes
2answers
250 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
211 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
35 views
How to get hyponymy and meronymy of a given word in WordNet using C#?
I am New to WordNet, I want to measure similarity between two word using Relating RSS News/Items this algorithms is based on concept enclosure.
0
votes
0answers
63 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
253 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 ...