BM25Transformer
(Python) transform a document-term matrix to an Okapi/BM25 representation
Install / Use
/learn @arosh/BM25TransformerREADME
BM25Transformer
About
This library transforms a document-term matrix to a Okapi/BM25 representation.
API of this library inherits from sklearn.feature_extraction.text.TfidfTransformer.
References
License
BSD 3 clause
