java - arabic query expansion - Lucene -
using lucene, there way expand arabic query term synonyms ? found wordnet there no code arabic language.
sample code please ....
thanks in advance
arabic analysis funcitonality can found in org.apache.lucene.analysis.ar
package.
if looking arabic language stemming , such, should use arabicanalyzer
. roll components of own analyzer, in case, arabicstemfilter
, arabicnormalizationfilter
key pieces.
if looking synonym replacement, synonymfilter
should work fine in whatever language please.
Comments
Post a Comment