Skip to content

bharath2468/Text-Analysis-using-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Approach:
	step1 : I have downloaded the input.xlsx file.
	step2 : Then downloaded the stopwords .txt files and combined all stopwords together.
	step3 : Them downloaded positive and negative words.
	step4 : Using requests and beautifulsoup4, extracted text from the web and saved as txt file.
	step5 : Removed stopwords from the text files.
	step6 : Using nltk tokenized the text.
	step7 : Calculated all the parameters required.
	step8 : Saved the output in a csv file.

How to run the .py file:
	step1 : Pip install all the packages mentioned below.
	step2 : Run the .py file in the python environment.

Requirements:
	gdown
	pandas
	requests
	beautifulsoup4
	nltk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages