Skip to content

Commit

Permalink
update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
QuwsarOhi committed Jul 1, 2020
1 parent d4f15c1 commit 415c745
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 496 deletions.
9 changes: 0 additions & 9 deletions 15695.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions 15893.cpp

This file was deleted.

21 changes: 21 additions & 0 deletions README.md
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"
Loading

0 comments on commit 415c745

Please sign in to comment.