Results 1 to 9 of 9
- 06-29-2011, 10:02 AM #1
Member
- Join Date
- Jun 2011
- Posts
- 4
- Rep Power
- 0
find the link between two words by using wordnet
Hi,
I need to search the relation between two words, this is find what type of connection (hyperonim, hyponim,...) exists between both them. what I was doing until now was to get the direct hyperonims, hyponims of one of those words and search the other word in these lists. But I need to know if those words are relationed in certain way (although not with a direct link), but I cannot load all of those list (searching first the direct hyperonims, then the hypernonims of those hypernonims...) in memory because is too slow (and my program is already too heavy to run). I was wondering if there was a method to do something like this:
oneWord.findRelation(theOtherWord) and get something like this: hyperonim (indicating the first word is a hyperonim of the second one)
thank you in advance and sorry for my poor English
- 06-29-2011, 12:59 PM #2
Member
- Join Date
- Jun 2011
- Posts
- 4
- Rep Power
- 0
I maybe need the way to find the path between two nodes in wordnet (both words). I dont know if bringing the synsets of those two words, I can find the path o relation between them.
Thank you
- 06-29-2011, 01:46 PM #3
Can you explain how this is a Java programming problem?
- 06-29-2011, 02:03 PM #4
Member
- Join Date
- Jun 2011
- Posts
- 4
- Rep Power
- 0
The point is that I was wondering if this method was implemented in the wordnet API, because otherwise I suppose I needed to implement a recursive method, right?
- 06-29-2011, 02:12 PM #5
Is this a question about how to use a third party product?
- 06-29-2011, 02:52 PM #6
Member
- Join Date
- Jun 2011
- Posts
- 4
- Rep Power
- 0
I was asking this because I want to find somebody with a similar problem. I am programming with Java and if nobody can help me by providing me a solution with any wordnet method o any implementation, I would like to know not how to do a recursive method, but the way that this recursive method will affect to my program running. In fact, with each loop of the recursive method I would getting a big list of strings and for each obtained word would have to repeat the same process up to the level I want to achieve the hyperonims and the hyponims. I dont know if this way will not make my program to run too slow. because of this, I wanted to know if somebody had been working with wordnet and had had a similar problem and overall, if there is maybe another way to achieve this using the wordnet api, maybe with graphs algorithms or something like that.
thank you
- 06-29-2011, 03:38 PM #7
Sorry, I can't help you. I've never heard of wordnet.
- 06-29-2011, 07:29 PM #8
I don't have the answer, but I can point you in the direction of related code.
A Californian programmer, Sujit Pal, has published a series of articles on datamining: jtmt - Java Text Mining Toolkit
The file where he connects with Wordnet is ContentWordRecognizer.java.
It is in the contribution of september 20, 2008.No bug ever had to calculate its fitnessfunction.
- 07-06-2011, 07:59 AM #9
Member
- Join Date
- Jul 2011
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
Help with document summarizer in WordNet
By Navin Israni in forum Advanced JavaReplies: 8Last Post: 11-14-2012, 07:33 AM -
wordnet domain specific dictionary
By ramyaa shri in forum EclipseReplies: 1Last Post: 05-02-2011, 08:18 AM -
help needed with WordNet based Summarizer
By Navin Israni in forum Forum LobbyReplies: 0Last Post: 03-10-2011, 02:21 PM -
java wordnet
By lavanya2290 in forum New To JavaReplies: 1Last Post: 09-26-2009, 02:33 PM -
Connection to WordNet with JWNL
By marlborino in forum New To JavaReplies: 2Last Post: 06-10-2008, 02:04 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks