Skip to content

Latest commit

 

History

History
36 lines (16 loc) · 1 KB

File metadata and controls

36 lines (16 loc) · 1 KB

Simple-Plagiarism-Detection-Utility

How to Use It

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).

Code Directory

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.

Design Directory

You will find the UML Class Diagram of the Project in Design/Plagiarism-Detector UML.jpg

Group.md

You will find our Names and IDs in that file.

Output.md

You will find a sample of the program output in that file.