Re: testcode for snowball stemmers
Olly Betts <[email protected]> Wed, 3 Feb 2021 00:13:05 +0000
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 02, 2021 at 02:53:20PM -0800, anmol mohanty wrote:
> Hi, is there testing code available for the c implementation of the
> libstemmer? Specifically looking for the hindi version of it. Thanks.
The test code is in the same snowball git repo libstemmer is maintained
in:
https://github.com/snowballstem/snowball
To run just the hindi tests for C:
make check_utf8_hindi
You'll also need the snowball-data git repo checked out in a sibling
directory:
https://github.com/snowballstem/snowball-data
Cheers,
Olly