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

add a text summarizer #407

Closed
manish2202 opened this issue Dec 9, 2020 · 3 comments
Closed

add a text summarizer #407

manish2202 opened this issue Dec 9, 2020 · 3 comments

Comments

@manish2202
Copy link
Contributor

manish2202 commented Dec 9, 2020

  1. based on extractive text summarization
  2. use of cosine similarity where sentences are ranked based on the similarity (zero angle if similar sentences).
  3. uses NLTK for tokenizing words/sentences and for removing stopwords (of English language).
  4. a frequency table is also created to check the frequency of words.

Here is the text document containing the entire code

Text Summarizer using NLTK.txt

@geekquad
Copy link
Owner

geekquad commented Dec 10, 2020

Hey @manish2202, try to make a pipeline of the code. I will review it and ask for necessary changes if needed. Add a requirements.txt file as well.
You are allowed to create an NLP folder as well. Make it "nlp".
The file structure should look like this:

AlgoBook
nlp

test summarizer

file.py

@manish2202
Copy link
Contributor Author

Okay. Thanks

@manish2202
Copy link
Contributor Author

Hey @manish2202, try to make a pipeline of the code. I will review it and ask for necessary changes if needed. Add a requirements.txt file as well.
You are allowed to create an NLP folder as well. Make it "nlp".
The file structure should look like this:

AlgoBook
nlp

test summarizer

file.py

Hello, I have done the necessary changes. Would you mind checking it? I had some work out of station so I couldn't work earlier.

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

No branches or pull requests

2 participants