Re: Lucene Wordnet

2011-02-14 Thread Ian Lea
There's some stuff in an old thread at http://www.gossamer-threads.com/lists/lucene/java-user/61602 that might be relevant. The idea of storing the index in the jar and extracting it before use seems to me to have the greatest chance of success. -- Ian. On Mon, Feb 14, 2011 at 4:34 PM, Gong Li

Lucene Wordnet

2011-02-14 Thread Gong Li
Hi, I need to generate a *single *executable JAR. In my code, it needs the wordnet index directory. So When I run the JAR, it needs local directory in my computer. And other computer can't run. Is there any way to search by using wordnet synonyms index with a single executable file? Thx.

Re: Parsing Error while indexing in Lucene WordNet package

2009-10-21 Thread Robert Muir
Hi, thanks again for reporting this. I created an issue here: http://issues.apache.org/jira/browse/LUCENE-2001 On Wed, Oct 21, 2009 at 2:05 AM, parag dave wrote: > While using the Lucene WordNet package, we found that the Syns2Index > program > indexes the Synsets wrongly. For example

Re: Parsing Error while indexing in Lucene WordNet package

2009-10-21 Thread Robert Muir
thanks, this sounds like a bug, I'll play with this today. On Wed, Oct 21, 2009 at 2:05 AM, parag dave wrote: > While using the Lucene WordNet package, we found that the Syns2Index > program > indexes the Synsets wrongly. For example, looking up the synsets for the > wo

Parsing Error while indexing in Lucene WordNet package

2009-10-20 Thread parag dave
While using the Lucene WordNet package, we found that the Syns2Index program indexes the Synsets wrongly. For example, looking up the synsets for the word "king", we get: java SynLookup wnindex king baron magnate mogul power queen rex scrofula struma tycoon Here, "scrofula&qu