Coder Social home page Coder Social logo

plagiarism's Introduction

Surpass and TestVision plagiarism detection tool

Command line version

usage: plagiarism.py [-h] [--input input_file_name.csv]
                     [--output output_file_name.xlsx] [--no-ansi]

Plagiarism detection tool for Surpass and TestVision. Given an
ItemsDeliveredRawReport.csv file produced by Surpass or the
resultaten_antwoorden.xlsx from TestVision, this tool generates an Excel file.
The Excel file contains as many tabs as there are questions. For each
question, the answers for each pair of students are compared using the
normalised Levenshtein similarity where 0 means completely different and 1
means exactly the same.

optional arguments:
  -h, --help            show this help message and exit
  --input input_file_name.csv
                        Name of the input CSV file or XLSX (defaults to
                        ItemsDeliveredRawReport.csv
  --output output_file_name.xlsx
                        Name of the generated Excel file (defaults to
                        plagiarism.xlsx)
  --no-ansi             Using this option will prevent ansi colors and line
                        movements

Web app

You can also run a webapp with python3 web.py. The standard port of 8080 can be changed with setting the PORT environment variable. You can also start the webapp with PORT=80 python3 web.py.

Blackboard plagiarism detection tool

usage: blackboard.py [-h] [--input assignment.zip] [--output plagiarism.xlsx]
Plagiarism detection tool for Blackboard. Given a zip file exported by
Blackboard, this tool generates an Excel file. The Excel file contains a
matrix where the assignment of each student is compared each other student.

The following file types are supported. Some require external tools to convert it to text.

.pdf: pdftotext is required
.odt, .docx: pandoc is required
.db, .sqlite: sqlite3 is required
.csv, .txt, .md or something with mime-type text/*

optional arguments:
  -h, --help            show this help message and exit
  --input assignment.zip
                        Name of the ZIP file or the directory of the unzipped
                        file
  --output plagiarism.xlsx
                        Name of the generated Excel file (defaults to
                        plagiarism.xlsx)
  --no-ansi             Using this option will prevent ansi colors and line
                        movements

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.