Project information

  • Category: Software
  • Name: Plagiarism-checker-Python
  • Project date: 12-06-2022
  • Project URL: www.GitHub.com

Project Description

You might be wondering on how plagiarism detection on textual data is done, well it aint that complicated as you may think. We all all know that computer are good at numbers, so in order to compute the simlilarity between on two text documents, the textual raw data is transformed into vectors => arrays of numbers and then from that we are going to use a basic knowledge vector to compute the the similarity between them.