[Snowball-discuss] Query about French Stemmer to parse Email Id's
Martin Porter
martin.f.porter at gmail.com
Tue Sep 27 13:21:13 BST 2011
I did not do the java codegenerator, but can still answer the
question, I think.
You don't need to download the snowball compiler, or snowball sources.
The generated java code has a simple calling mechanism (it handles one
word at a time), and all you need do is write a bit of java to call it
up. It would be like the simple driver.c, but in java, and with the
changes for non-alphabetic characters already mentioned --- martin
On Tue, Sep 27, 2011 at 10:08 AM, Arul peter <arulpetermca at gmail.com> wrote:
> Hi Martin,
> Thanks for your quick reply,
> I am using java version of snow ball and i have couple of doubts on what you
> said,
> 1. By driver program you mean "driver.c"
> 2. Do i need to download the source of snow ball and make change in
> driver.c and build it OR Can i directly include the "@" character (though i
> dont know the exact place :-) ) as a line
> break in french stemmer class ?
> Thanks,
> Arul S
More information about the Snowball-discuss
mailing list