Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuwsarOhi committed Jul 1, 2020
1 parent 0e956a6 commit 3c8fcb1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ 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"

Command Instruction:
--------------------
plagIT [-h] [-f file file] [-t threshold] [-l [filename]]

Optional arguments:
-h, --help show this help message and exit
-f file file check plagiarism for two input files
-t threshold defines threshold [0, 1] of the match (default=0.85)
-l [filename] create log file

0 comments on commit 3c8fcb1

Please sign in to comment.