Re: Pure-Python implementation of the Snowball stemmers
Martin Porter <[email protected]> Thu, 7 Aug 2014 09:13:18 +0100
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <CALc6duxUtjuUy+JbFN=umv_eVtXimUWMPE_pLEsN=SdTox+VyQ@mail.gmail.com> |
Florian, That is very nice news. About a decade ago, I'd have created (or tried to create) tarballs of your work on the snowball site, with announcements and links for downloading. Nowadays it is much easier and more useful to find it on GitHub, and just to have a significant mention on the snowball site with a link. I'll try and put that in place in the next few days. The performance is a little disappointing however. I realise Python is slower than C, but I thought it was still reasonably competitive with C. There was an external Pascal codegenerator done a few years ago, but apart from that this is the only codegenerator othere than the "native" ones to C and java. Martin