Skip to content

yilmazbaysal/short-text-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short-Text Clustering with K-Means

Python version:
Python 3.6.5

To install the requirements use the following command:
pip3 install -r requirements.pip

To run the code use the following command:
python3 src/main.py

Dataset is a file that contains Stack Overflow questions in the below CSV format:

"label","Question Title","Question content."
...