Is there an available / real open source plagiarism checking tool?

I want to develop a plagiarism checker for checking multiple source codes, but I could not find the correct source code or even a resource to get an idea about this. I checked Boss2, which is useless. they claim that they use the Sherlock module to detect plagiarism, but it seems that such tools are not in the boss2.

if any open source detection tool is available for checking the source code, please let me know. considers

+4
source share
3 answers

I know open source plagiarism detectives for text (like WCopyFind ), but not code.

I could not find ... not even a resource to get an idea about this.

The authors of MOSS, a great tool with closed source codes, have published useful information about technology .

+4
source

I wrote SimiCheck and you can use it. If you are interested in the API, I could write it very quickly. I wrote the original algorithm as part of the CrowdGrader tool, but then decided to make the comparison tools available independently. SimiCheck can process code, Word (.docx), html, pdf, text, ..., as well as .zip, .tar, .gz, .tgz and some other formats and can handle variable renaming, moving code, code for several files etc.

+1
source

I know the question is old, but I landed here from Google.

Sherlock is an open source plagiarism detector. Sherlock’s homepage is here

+1
source

Source: https://habr.com/ru/post/1387084/


All Articles