ASSIGNMENT 7 - achernar72/PythonAssignmnets GitHub Wiki

Assignment 7

Python Course

Topic: NLP

First of all we have to read a text file. so that we have to create the file and in that file we have to add some text. randomly i choose despacito song wiki. when i copied and paste the few lines. when i'm doing the each and every line of the project i observed that NLP tool and it has many features related to the grammar. where we use the stop some words in the file and we applied , lemmatization and Parts of speech to the same text file its keeps on reducing the file size and displace the desired output from what we want.

Step 1 File reading

step 2 file content

step 3 stop words

step 4 code for the task 1