-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# plagIT | ||
A plagiarism checker for programming languages | ||
|
||
plugIT is a plagiarism checker that checks for plagiarism based | ||
on the lexical changes of two scripts. The changes made to a script | ||
using variables, new lines, comments, line numbers, and identifiers | ||
are referred to as the lexical changes. plugIT ignores the lexical | ||
changes and tries to match two or more scripts. | ||
|
||
plagIT currently supports plagiarism check on c, c++, python, and | ||
java. | ||
|
||
|
||
Command instructions: | ||
--------------------- | ||
Currently, two types of instructions are available. | ||
|
||
* A versus check that checks for a match in single pair of files. | ||
command: "plagIT [filedirectory1] [filedirectory2]" | ||
|
||
* A batch check that checks for a match for all possible pairs of | ||
files. All the files must be in the "codes" folder. | ||
command: "plagIT" |
Oops, something went wrong.