install:
	python 1.py > 1.txt
	python 2.py > cleancorpus.txt
	python bigram.py
	python bigramfreq.py > hindibigramfreq.txt
	rm 1.txt
	rm cleancorpus.txt
	rm bigrams.txt
