Archive for October 19th, 2007
Similarity of texts: The Vector Space Model with Python
Posted in October 19th, 2007
by Dennis in Programming
I’m working on a little task that compares the similarity of text documents. One of the most common methods of doing this is called the Vector Space Model. In short, you map words from the documents you want to compare onto a vector that is based on the words found in all documents. Then, you [...]
- Share this:
- Share
8 Comments