DEV Community

Discussion on: Build a quick Summarizer with Python and NLTK

Collapse
 
davidisrawi profile image
David Israwi

That's a good point. I think what you might be referring to is some kind of an adjacency value - this sentence might be worth more than we think because it's next to this really important sentence.

Another aspect you could change in the scoring algorithm is the use of TF-IDF. Let me know if you end up using it, I would like to see how that would look like