Natural Language Processing for Text Summarization
- Description
- Curriculum
- FAQ
- Reviews
The area of Natural Language Processing (NLP) is a subarea of Artificial Intelligence that aims to make computers capable of understanding human language, both written and spoken. Some examples of practical applications are: translators between languages, translation from text to speech or speech to text, chatbots, automatic question and answer systems (Q&A), automatic generation of descriptions for images, generation of subtitles in videos, classification of sentiments in sentences, among many others! Another important application is the automatic document summarization, which consists of generating text summaries. Suppose you need to read an article with 50 pages, however, you do not have enough time to read the full text. In that case, you can use a summary algorithm to generate a summary of this article. The size of this summary can be adjusted: you can transform 50 pages into only 20 pages that contain only the most important parts of the text!
Based on this, this course presents the theory and mainly the practical implementation of three text summarization algorithms: (i) frequency-based, (ii) distance-based (cosine similarity with Pagerank) and (iii) the famous and classic Luhn algorithm, which was one of the first efforts in this area. During the lectures, we will implement each of these algorithms step by step using modern technologies, such as the Python programming language, the NLTK (Natural Language Toolkit) and spaCy libraries and Google Colab, which will ensure that you will have no problems with installations or configurations of software on your local machine.
In addition to implementing the algorithms, you will also learn how to extract news from blogs and the feeds, as well as generate interesting views of the summaries using HTML! After implementing the algorithms from scratch, you have an additional module in which you can use specific libraries to summarize documents, such as: sumy, pysummarization and BERT summarizer. At the end of the course, you will know everything you need to create your own summary algorithms! If you have never heard about text summarization, this course is for you! On the other hand, if you are already experienced, you can use this course to review the concepts.
-
4Plan of attackVideo lesson
-
5Algorithm - intuitionVideo lesson
-
6Preprocessing the texts 1Video lesson
-
7Preprocessing the texts 2Video lesson
-
8Word frequencyVideo lesson
-
9Weighted word frequencyVideo lesson
-
10Sentence tokenizationVideo lesson
-
11Generating the summaryVideo lesson
-
12Visualizing the summary in HTMLVideo lesson
-
13Extracting texts from the InternetVideo lesson
-
14Function to summarize the textsVideo lesson
-
15Function to visualize the resultsVideo lesson
-
16Summarizing multiple textsVideo lesson
-
17Plan of attackVideo lesson
-
18Preparing the environmentVideo lesson
-
19Implementation 1Video lesson
-
20Implementation 2Video lesson
-
21Implementation 3Video lesson
-
22Implementation 4Video lesson
-
23Implementation 5Video lesson
-
24Extracting texts from the InternetVideo lesson
-
25Reading articles from RSS feedsVideo lesson
-
26Word cloudVideo lesson
-
27Extracting named entitiesVideo lesson
-
28Summarizing articles from feedVideo lesson
-
29Summary in HTML filesVideo lesson
External Links May Contain Affiliate Links read more