enamcse / PlagiarismDetector

Plagiarism Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Plagiarism Detector


Languages

Language:C++ 75.3%Language:Java 16.6%Language:C# 3.9%Language:Pascal 1.7%Language:Python 1.6%Language:C 0.8%Language:D 0.1%