tkoppop/Plagiarism-Checker
Using Vectorizer, it converts a text document given into a vector and compares that number to another document within a folder. This will give us a % difference between the documents using cosine similarity.
Python
Using Vectorizer, it converts a text document given into a vector and compares that number to another document within a folder. This will give us a % difference between the documents using cosine similarity.
Python