Skip to content

A simple document distance program to compare similarities between two files using cosine similarity.

Notifications You must be signed in to change notification settings

rightfold/docdist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

About

A simple document distance program to compare similarities between two files using cosine similarity.

Usage

python3 docdist.py [-s] file1.txt file2.txt

By default, English stopwords will be used. However, you can pass a custom stop words file from any language.

Acknowledgements

The stop words used in this project were sourced from NLTK.

About

A simple document distance program to compare similarities between two files using cosine similarity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages