Vector processing add-ons

vector-extra (source)
Includes operations on vectors and calculation of vector distances.
This is needed by the files below!


Vector Space Generation from N-Gram models

vectorspace1 (source)
vectorspace2 (source)


Brute-force K-Means

k-means (source)
Handle with care! This is slow and takes all your memory on large documents. Run it on a server, and maybe optimize the code to make it faster and less memory consuming, there are various ways to do that.