- This project, is a plagarism detector that examines a text file and performs binary classification; labeling that file as either plagiarized or not, depending on how similar that text file is to a provided source text.
- In this project plagarism is detected using TF-IDF and cosine similarity.
- Input text will be matched against all the documents present in the document to get the maximum similarity score.
- Python 3.x,nltk