Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 428 Bytes

small_businesses

Python Anaconda distribution has all of the required packages. Other than that, you'll need to sownload two data sets from nltk: corpora/ stop words and Models/ punkt.

Downloding Packages

	import nltk
	nltk.download() #download stop words from Corpora and punkt from Models

Cloning the Repository

	git clone https://github.com/adysevy/small_businesses.git