flashtext icon indicating copy to clipboard operation
flashtext copied to clipboard

Return sentences that contain keywords

Open katkamrachana opened this issue 4 years ago • 1 comments

While searching for a search utility, I found FlashText . However, instead of returning only the keyword matches and the index span info, this PR focuses on returning the sentences which contain the keyword. The approach followed is to sentence tokenize the corpus using NLTK's sent_tokenize. This is configurable with fetch_sent flag in extract_keywords(<corpus>, <span_info_flag>, <fetch_sent>) which is False by default. Also, keyword.py is made entirely PEP8 compliant.

P.S: Please run pip install nltk

katkamrachana avatar Jul 26 '19 23:07 katkamrachana

Can you please resolve the conflict.

vi3k6i5 avatar May 03 '20 07:05 vi3k6i5