Steve Dodier-Lazaro | 7 Jul 2011 12:17
Picon

Bug report?

 Hello,

 I'm not sure this is the appropriate place for reporting bugs but I 
 could not find a bug tracker. I would just like to point to the 
 developers' attention that libstemmer_java fails to build on my 
 machines, due to lines 1000 and 1013 of 
 java/org/tartarus/snowball/ext/frenchStemmer.java
 , which are both break; instructions that can not be reached (which 
 causes the compiler to complain).

 I just removed them in order to get frenchStemmer.java to build (with 
 java 1.6.0_22).

 Cordially,
--

-- 
 Steve Dodier-Lazaro
 CS security student at ENSI of Bourges, France
 CS research student at INSA of Rennes, France
 Free Software Developer
 OpenPGP: 1B6B1670
Robert Muir | 7 Jul 2011 17:49
Picon
Gravatar

Re: Snowball Analyzer for Greek

On Tue, May 31, 2011 at 8:49 AM, Christophe Maillard
<christophe.maillard.1989 <at> gmail.com> wrote:
> Dear Sir/Madam,
>
> I tried the Snowball Analyzer in English, and that worked perfectly fine.
> But now, I would like to try it for Greek, but when I compile the sources, I
> get the following exception :
>
>     java.lang.ClassNotFoundException: org.tartarus.snowball.ext.GreekStemmer
>
> What's strange is that the file
> org\apache\lucene\analysis\el\GreekStemmer.class exists, but the file
> org\tartarus\snowball\ext\GreekStemmer.class does not. I tried to copy the
> existing file into this directory (and re-JARed), but I had another
> exception.
>
> I'm using lucene 3.1.
>

This is not a snowball stemmer: its just ordinary java code. you need
to use GreekStemFilter to use it (or GreekAnalyzer)

_______________________________________________
Snowball-discuss mailing list
Snowball-discuss <at> lists.tartarus.org
http://lists.tartarus.org/mailman/listinfo/snowball-discuss
Martin Porter | 8 Jul 2011 11:56
Picon

Re: Snowball Analyzer for Greek

Christophe, Hi.

snowball does not at present have a stemmer for Greek. You will have
to go the the lucene people (with whom we have no connection) and ask
where they got the stemmer from,

Martin

Gmane