BM25Transformer icon indicating copy to clipboard operation
BM25Transformer copied to clipboard

(Python) transform a document-term matrix to an Okapi/BM25 representation

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