Jaccard-K-Means
Jaccard-K-Means copied to clipboard
add k-means++_python3.py which can be run under python3
tested with python 3.5 like so: python3 k-means++_python3.py SampleTweets.json 2
output: 0 : 323906397735641088,323906397853073410,323906397618196483 1 : 325702287978795009
also I had to change bagOfWords to avoid a Zero Division error, which it was throwing in both python 2 and 3