- Improve README with example of memory usage optimization
- Add a
Results.merge
method allowing merging list of results - Make
get_max_memory_usage
compatible with mac os - Add
BM25.load_scores
that allows loading only the scores of the object - Add a
load_vocab
parameter set toTrue
by default inBM25.load
, allowing the vocabulary to not be always loaded.
PR: #63
Full Changelog: 0.2.1...0.2.2