How to index correctly taking in account the synonyms using Wordnet ???

2009-02-04 Thread Ariel
Hi every body: I am using wordnet to index my document taking in account the synonyms with wordnet. After I indexed the whole documents collections I made a query with the word "snort" but documents that contain the word bird are retrieved, I don't understand this because snort and bird are not sy

Re: How to index correctly taking in account the synonyms using Wordnet ???

2009-02-04 Thread Erick Erickson
The first thing I'd do is get a copy of luke (google lucene luke) and examine your index to see what's actually there in the document you claim in incorrectly returned. If that doesn't enlighten you, you really have to provide more details and code examples, because your question is unanswerable as

Re: How to index correctly taking in account the synonyms using Wordnet ???

2009-02-04 Thread Ariel
Well, I have the luke 0.8, I opened my index with that tool but there is not any clue of synonyms in the field I have indexed with the synonym analyzer. I don't know how can I see the group of synonyms of each term, sould somebody tell me hot to do that ??? On Wed, Feb 4, 2009 at 5:09 PM, Erick

Re: How to index correctly taking in account the synonyms using Wordnet ???

2009-02-04 Thread Ariel
How can I see the senses of a word with wordnet ??? And How could I select the most populars ??? Is there a way to make queries ignoring the synonyms I have added to the index ??? I hope you can help me. Regards Ariel On Wed, Feb 4, 2009 at 7:46 PM, Manu Konchady wrote: > > > > --- On Wed, 4/