You need to download or clone this repository to your machine, and then run the source files in the Code Directory.
The output will be displayed on the terminal as a matching of plagiarism and effiecency test results for each algorithm such as the one on this repository (Output.md).
Document.cpp and Document.h, which are the header and source files of the class Document.
PlagiarismDetector.cpp and PlagiarismDetector.h, which are the header and source files of the class PlagiarismDetector.
main.cpp, which includes the main function of the program.
corpus.txt, which is the text file that includes the corpus of documents.
potential.txt, which has the potentially palagiarized document.
You will find the UML Class Diagram of the Project in Design/Plagiarism-Detector UML.jpg
You will find our Names and IDs in that file.
You will find a sample of the program output in that file.