Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.15 KB

NLP-Plagiarism

Natural Language Processing project to detect plagiarism in documents. It runs on python3 and needs several libraries in order to work.

Project Description DEMO

[1]

Usage

At least one document/link name must be provided as a string. Supported languages: Spanish


python plagiarism.py [DOCUMENT_NAME] [OPTIONAL_DOCUMENT_NAME]

Document extensions supported

  • docx (doc not supported)
  • pdf
  • links

Requirements