July 2017
Beginner to intermediate
486 pages
13h 49m
English
Stop word removal is an important preprocessing step for some NLP applications, such as sentiment analysis, text summarization, and so on.
Removing stop words, as well as removing commonly occurring words, is a basic but important step. The following is a list of stop words which are going to be removed. This list has been generated from nltk. Refer to the following code snippet in Figure 4.7:

The output of the preceding code is a list of stop words available in nltk, refer to Figure 4.8:
Read now
Unlock full access