dorianbrown / rank_bm25

A Collection of BM25 Algorithms in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to extract trained weights for each documents from bm25 model?

karndeepsingh opened this issue · comments

Hi,
I have passed the corpus into bm25L model. I would like to extract the weights of the words from this trained model. Is it possible to do so? Please share the possible ideas.

Thanks