Quick web app to compare two documents based on document distance. Document distance is the cosine similarity of two documents' word vectors <'word_1': freq_1, 'word_2': freq_2... 'word_n': freq_n>
It was written in a rush and without proof-reading--it has some hacky code. The docdist.rb file/algorithm is good and portable though.