Skip to content

ADJA/PlagiarismDetector

Repository files navigation

Source Code Plagiarism Detector

Source code plagiarism detector based on k-gram fingerprints (see Papers folder for more details)

How to use it?

The main program lies in Application folder.

Put your input files (source codes) to the folder Application/src/main/resources/input/

File input.txt contains the input in the following format: number of source code files to analyze followed by their names.

File ouput.txt will contain all plagiarized source codes clustered together.