Re: Query about French Stemmer to parse Email Id's
Martin Porter <[email protected]>
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <CALc6duy=DeRPzLwZbQToKUC0396nDp0iywU_6AagQpntnQM8nQ@mail.gmail.com> |
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 <[email protected]> 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