项目作者: rishusingh022

项目描述 :
moss_plagiarism_checker basuc setup just follow readme file to check the plagarism of your code
高级语言: C++
项目地址: git://github.com/rishusingh022/moss_plagiarism_checker.git
创建时间: 2020-10-07T17:43:54Z
项目社区:https://github.com/rishusingh022/moss_plagiarism_checker

开源协议:

下载


moss_plagiarism_checker

initial commit had been made for cpp file which is represented as cc in moss

to check plagiarism any 2 file
follow below steps—>

1.just u need to install perl on your system through the link given below
—>http://strawberryperl.com/

2.Fork the repo

3.open perl command window and change the directory of perl to the current window then type

  1. for c++ file type
    —>perl moss.pl -l cc file1.cc file2.cc
    (make sure to make ur c++ extension to cc)

    for java files type
    —>perl moss.pl -l java file1.java file2.java

    for python files type
    —>perl moss.pl -l py file1.py file2.py

    if facing anyproblem in commands checkout moss.pl file in the repo