Skip to content

memoiryclear/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.

About

Plagiarism Detector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.8%
  • Java 16.5%
  • C# 3.8%
  • Pascal 1.7%
  • Python 1.4%
  • C 0.7%
  • D 0.1%