Speeding up retrieval with numba, and new stopwords
This is a pretty exciting pre-release! It is a major new feature for the v0.2.0 that will come out. I hope you get to try this and share your thoughts in the discussions!
What's Changed
- Add numba integration to allow for faster scoring and retrieval by @xhluca in #41
- Add stopwords for 10 new languages by @bm777 in #33
- Add type hint for
texts
argument intokenize
function and replacetime.time() with
time.monotonic()` by @dantetemplar in #44
New Contributors
- @bm777 made their first contribution in #33
- @dantetemplar made their first contribution in #44
Full Changelog: 0.1.10...0.2.0rc6