Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return sentences that contain keywords #90

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

katkamrachana
Copy link

@katkamrachana katkamrachana commented Jul 26, 2019

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

@vi3k6i5
Copy link
Owner

vi3k6i5 commented May 3, 2020

Can you please resolve the conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants