is there any working/real open source Plagiarism checker available? [closed]

偶尔善良 提交于 2019-12-04 06:28:20

I'm aware of open-source plagiarism detectors for text (e.g., WCopyFind), but not code.

I couldn't find... even a resource to get an idea about it.

The authors of the excellent closed-source tool MOSS have published a helpful paper about the technology.

I know the question is old, but I did land here from a google.

Sherlock is an open source plagiarism detector. Sherlock's home page is here

I wrote SimiCheck, and you are welcome to use it. If you are interested in an API, I could probably write one very quickly. I wrote the original algorithm as part of the CrowdGrader peer-grading tool, but then I decided to make the comparison tools available independently. SimiCheck can handle code, Word (.docx), html, pdf, text, ..., as well as .zip, .tar, .gz, .tgz, and some more formats, and can deal with variable renaming, code moves, code across multiple files, etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!