rskpdev / Plagiarism-Checker

Checks the plagiarism of a given document against agiven corpus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plagiarism Checker

Checks the plagiarism of a given document against agiven corpus.

Requirements

  • wikipedia
  • pickle
  • numpy
  • nltk

From nltk install:

  • porter_test
  • stopwords

Usage

In order to get the corpus from wikipedia use scraper.py

To start the GUI, run the following: python3 GUI.py

About

Checks the plagiarism of a given document against agiven corpus.


Languages

Language:Python 100.0%