Hi,
thx for your reply.
I have checked the source code and found it should be updated now.
For Syns2Index:
doc.add( new Field( F_WORD, g, Field.Store.YES, Field.Index.UN_TOKENIZED))
--> doc.add( Field.Keyword( F_WORD, g))
doc.add( new Field( F_SYN, cur, Field.Store.YES, Field.Index.NO)); -->
doc
On Donnerstag 12 Januar 2006 16:25, jason wrote:
> When i incorporate these files, Syns2Index.java, SynLookup.java, and
> SynExpand.java, I find some variables are not defined.
It depends on Lucene in SVN, some things in the Lucene API have changed
since Lucene 1.4. So you need to get the lates
hi,
i am trying to use the Lucene WordNet program for my application. However, i
got some problems.
When i incorporate these files, Syns2Index.java, SynLookup.java, and
SynExpand.java, I find some variables are not defined.
For instance, in Syns2Index. java,
writer.setMergeFactor( writ