[
https://issues.apache.org/jira/browse/LUCENE-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-1904:
--------------------------------
Attachment: LUCENE-1904.patch
new patch, with some updated package javadocs describing the two wordnet impls
available:
* the query expansion method that was already in wordnet
* the synonym analysis injection method that was in memory
first I do
{noformat}
svn move contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java
contrib/wordnet/src/java/org/apache/lucene/wordnet
svn move
contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java
contrib/wordnet/src/java/org/apache/lucene/wordnet
svn move
contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java
contrib/wordnet/src/java/org/apache/lucene/wordnet
svn move
contrib/memory/src/test/org/apache/lucene/index/memory/TestSynonymTokenFilter.java
contrib/wordnet/src/test/org/apache/lucene/wordnet
svn rm contrib/memory/src/test/org/apache/lucene/index/memory/testSynonyms.txt
{noformat}
will commit shortly
> move wordnet based synonym code out of contrib/memory and into
> contrib/wordnet (or somewhere else)
> --------------------------------------------------------------------------------------------------
>
> Key: LUCENE-1904
> URL: https://issues.apache.org/jira/browse/LUCENE-1904
> Project: Lucene - Java
> Issue Type: Improvement
> Components: contrib/*
> Reporter: Hoss Man
> Assignee: Robert Muir
> Priority: Minor
> Fix For: 3.0
>
> Attachments: LUCENE-1904.patch, LUCENE-1904.patch, LUCENE-1904.patch
>
>
> see LUCENE-387 ... some synonym related code has been living in
> contrib/memory for a very long time ... it should be refactored out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]