Course Content
Python Text Summarizer: Condensing Content with Code
Python Text Summarizer: Condensing Content with Code
Extract Sentences 2/3
Now that we have defined which are the most important sentences of our text let's extract the most important ones via the nlargest()
function. The nlargest()
function of the Python module heapq
returns the specified number of largest elements from a Python iterable like a list, tuple and others.
Task
- Extract the most important ones via the
nlargest()
function ofheapq
.
Everything was clear?
Section 1. Chapter 8
Start learning today and achieve
coding mastery
- Master Python, SQL, JavaScript & more.
- Learn with Step-by-Step Lessons.
- Get Ready for Real-World Projects.
- Earn a Certificate Upon Completion.