Skip to content

ARA5876/FileComparing-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

File Comparing-using-Python

File content comparing to find the percentage of plagiarism

  1. Add the contents of the main file in the corpus
  2. Transform the main file into the form of vector
  3. Find the similarity between the two files by using python inbuilt library function cosine_similarity by comparing the content of the new file dat a with the main data
  4. print the accuracy(amount of plagiarism)

About

File content comparing to find the percentage of plagiarism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors