#!/usr/bin/env python3

from test_stemming import test_stemming

test_stemming("tests/dik.yaml", "lexicons/dik.yaml")
Beispiel #2
0
#!/usr/bin/env python3

from test_stemming import test_stemming

test_stemming("tests/pratt.yaml", "lexicons/pratt.yaml")