Skip to content
#

plagiarism-checker

Here are 42 public repositories matching this topic...

The project "Sherlock Checker" is a Plagiarism Checker system that is used to detect plagiarism in files using cosine similarity. To compute the similarity between the two files, the raw data is transformed into vectors, and then to arrays of numbers and then used vectors to compute the similarity between the files and prints the value in Decima…

  • Updated Jul 5, 2021
  • Python

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate c…

  • Updated Jul 5, 2021
  • Python

Improve this page

Add a description, image, and links to the plagiarism-checker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plagiarism-checker topic, visit your repo's landing page and select "manage topics."

Learn more