Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 583 Bytes

PlagiarismCheck

Python script that uses FAROO Web Search API to detect plagiarism
Register for FAROO API key here
The script works as follows -

  • The script divides the document into n words subtrings.

  • Each substring are sent to FAROO Web Search API as a query.

  • Plagiarism is checked into returned result from Faroo.

  • The final plagiarism % is calculated using the formula -

  • (no of plagiarized subs/ total no of subs)*100