Skip to content

Python script that uses FAROO Web Search API to detect plagiarism

Notifications You must be signed in to change notification settings

aditkumar1/PlagiarismCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python script that uses FAROO Web Search API to detect plagiarism

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages