Skip to content

This poject tries to find of the frequency of words in quotes and then displays it to the user

Notifications You must be signed in to change notification settings

NirvanaDogra/CountingFrequencyOfWordsInQuotes

Repository files navigation

Project name : CountingFrequencyOfWordsInQuotes
Author name  : Nirvana Dogra

->This code is written I pyhton and uses MySQL for database.

->The table1 in MySQL refers to Words.csv and the table2 refers to table2.csv (in the database words)

.
->So in order to re-create this porject the data set needs to be loaded on MySQL.

->For loading the data the hostname, database name and passwords should be changed according to the user's environment.This has marked by #TODO in the code.

------------------------------------------------------------------------------------------------------------------------------------------  					                     Note
------------------------------------------------------------------------------------------------------------------------------------------

1) For the purpose of the porject the word has been lexeme-ized i.e. converted to their root form.
2) Pycharm has been used as the IDE.
3) The following packages have been used
	->wordcloud
	->pip
	->setuptools
	->pandas
	->nltk
	->webbrowser
4) MySQL has been used for the database.

------------------------------------------------------------------------------------------------------------------------------------------								     Running Procedure
------------------------------------------------------------------------------------------------------------------------------------------
use the command:  $python FrequencyCounting.py
or run using Pycharm

About

This poject tries to find of the frequency of words in quotes and then displays it to the user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published