Skip to content

Text Mining Clustering positive and Negative words from a document using KMeans (Python implementation)

Notifications You must be signed in to change notification settings

mayank-k-jha/Text-Mining-Clustering-positive-and-Negative-words-from-a-document-using-KMeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Text-Mining-Clustering-positive-and-Negative-words-from-a-document-using-KMeans

Text Mining Clustering positive and Negative words from a document using KMeans (Python implementation) This repo provides a working unsupervised model which can be used to extract positive and negative words from the documents using KMeans clustering. Codes are implemented in python.