Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 295 Bytes

document-similarity

Attempts to quantify the similarity between two documents.

cosine similarity

Converts two documents to vectors and computes the similarity between those vectors. Similarity is calculated by taking the inner product space that measures the cosine angle between them.