Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 470 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 470 Bytes

Plagarism Detector

  • 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.

Requirements

  • Python 3.x,nltk