dorianbrown / rank_bm25

A Collection of BM25 Algorithms in Python
Apache License 2.0
983 stars 83 forks source link

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

Open karndeepsingh opened 1 year ago

karndeepsingh commented 1 year ago

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