项目作者: Akash-Ramjyothi

项目描述 :
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 code will get different result. The Similarity of the two files are being compared here.
高级语言: Python
项目地址: git://github.com/Akash-Ramjyothi/Copy-Catcher.git
创建时间: 2021-07-05T21:57:14Z
项目社区:https://github.com/Akash-Ramjyothi/Copy-Catcher

开源协议:

下载