I have written a custome analyzer for Marathi Language on the lines of French
Analyzer present in Lucene tweaking the stemming part. For compilation I put
the three classes MarathiAnalyzer, MarathiStemFilter and MarathiStemmer in
the MarathiAnalyzer class only (otherwise I was receiving errors tha
I was looking at the Russian Stem Filter Factory which is present in
src\java\org\apache\solr\analysis\
I found that it uses org.apache.lucene.analysis.TokenStream and
org.apache.lucene.analysis.ru.RussianStemFilter. I also found that these
classes are present in the lucene-analyzers-3.0.3.jar fil
I have figured out that the stemmers already built in Apache Solr are
contained in org.apache.lucene.analysis.nl.* (for Dutch) but I can't find
this package in my Lucene folder.
Also I need to write a stemmer for marathi language, any help how should I
proceed?
--
View this message in context:
h