kerighan / eldar

Boolean text search in Python
MIT License
44 stars 7 forks source link

keyword matches #13

Closed ahmedbally closed 1 year ago

ahmedbally commented 2 years ago

could you make function to get result of words that matched

kerighan commented 1 year ago

cannot be done in general with boolean queries (nested queries can not always match a certain word). I'll consider using flashtext if you want to find keywords very quickly in a document.