Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 740 Bytes

TextMining

Text-Mining : interpretting twitter tweets on the topic : #padmavati and then clustering the data sets and do analysis using K-Means and K-Batch Means algo

Running the scraping script for tweets

python3 magboard.py

This will create a tweets.txt file Then run python3 extract.py to remove the image urls from tweets.txt file and it will also print the positive/negative/neutral tweets after the sentiment analysis.

Running DbScan with analysis using k-means and k-batch means

python3 dbscan.py

Result

alt text alt text