In the file `tests/test_py_rust_stemers.py` you are using function `rust_stem` which doesn't exist in current implementation: ``` result = py_rust_stemers.rust_stem(words, "english") ```
In the file
tests/test_py_rust_stemers.pyyou are using function
rust_stemwhich doesn't exist in current implementation: