Skip to main content

PlagDef supports plagiarism detection for student assignments.

Project description

PlagDef

PyPI version PyPI - Python Version GitHub Build Status Coverage

PlagDef supports plagiarism detection for student assignments.

Requirements

PlagDef uses PyStemmer which needs the Microsoft Visual C++ Build Tools.

Download and install them from here: https://go.microsoft.com/fwlink/?LinkId=691126

Installation

Get it from PyPI:

$ pip install plagdef

Or build it yourself:

$ git clone git://github.com/devWhyqueue/plagdef
$ pip install -e .

And install necessary NLTK data:

$ python -m nltk.downloader punkt

Usage

Run the CLI and show help:

$ plagdef -h

Development

Clone the repo and install dependencies/resources:

$ git clone git://github.com/devWhyqueue/plagdef
$ pipenv install --dev
$ pipenv run python -m nltk.downloader punkt

Publish to PyPI

In your virtual environment build and upload PlagDef:

$ python -m build
$ twine upload dist/*

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plagdef-0.1.55.tar.gz (18.9 kB view hashes)

Uploaded Source

Built Distribution

plagdef-0.1.55-py3-none-any.whl (22.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page