The goal of this project is to implement a GPLAG algorithm and test its applicability to solving the problem of finding plagiarism in contests
You can clone this repository using the following command:
git clone git@github.com:Karina5005/Plagiarism.git
You can make install:
sudo sh ./install.sh
You can use project to find plagiarism between two files:
sudo sh ./analyze.sh program-path-1 program-path-2 home-path
Example:
sudo sh ./analyze.sh dataset/base/file1.cpp dataset/base/file1_format.cpp home/karina
If you had some questions or problems with using our application, you could contact me by email anisimova5005@gmail.com
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
The project is currently in a development state