dorianbrown / rank_bm25

A Collection of BM25 Algorithms in Python
Apache License 2.0
1.02k stars 86 forks source link

How can i query with boolean operators ? #22

Closed Adeel-Intizar closed 2 weeks ago

Adeel-Intizar commented 2 years ago

Hi, how can i query text with boolean operators like " windy london and new york", " england or scotland" etc.

Thanks

dorianbrown commented 2 years ago

Using boolean operators in queries in the way you described isn't currently part of this libraries functionality. That said, if there's enough interest I think it could be worth looking into to implement.

In the meantime I'll mark this as a feature enhancement request.