xhluca / bm25s

Fast lexical search implementing BM25 in Python using Numpy, Numba and Scipy
https://bm25s.github.io
MIT License
862 stars 35 forks source link

Add type hint for `texts` argument in `tokenize` function, use `time.monotonic` instead of `time.time` #44

Closed dantetemplar closed 2 months ago

xhluca commented 2 months ago

Thank you for the PR!