Conversation
This is the python code for an extractive text summariser that will use classical NLP techniques like TF-IDF to generate a summary for the given text
Bobliuuu
left a comment
There was a problem hiding this comment.
Hi @SparshRastogi, very nice code! 🎉
Please just make sure to keep formatting consistent! This means spaces after commas but not before, either always or never having spaces between equal signs, and to do 0.2 * len(corpus) for better readability.
Once you make those changes, you can start the project tutorial! Please use the project template provided by Codedex for your project tutorial! You can check out past projects here for more info!
|
@Bobliuuu thanks for the review,I will make the suggested changes and then start with the tutorial as per the template |
|
Hey @SparshRastogi, any updates on the project tutorial? |
|
@Bobliuuu sorry wasn't able to work upon it due to a hectic schedule past month,will try to complete it soon |
|
Hey @SparshRastogi, how's the project going? |
This is the python code for an extractive text summariser that will use classical NLP techniques like TF-IDF to generate a summary for the given text
This is the Python file that was asked for before starting with the creation of proper tutorial
Closes issue
mdx