[Snowball-discuss] testcode for snowball stemmers
Olly Betts
olly at survex.com
Wed Feb 3 00:13:05 GMT 2021
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
More information about the Snowball-discuss
mailing list