Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 374 Bytes

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."
...