Skip to content

Similarity Score Calculation

ABusyProgrammer edited this page Nov 28, 2019 · 1 revision

The similarity score is calculated as follows:

  1. The jaccardImplementation() method returns the number of plagiarized words in a sentence.
  2. The checkWholeFile adds all the number of words up for all the sentences in the plagiarized text. It then divides the value by the total number of words in that copied sentence.

Tech and Tools Stack

  • This project was developed using Java (version 11).
  • The development environment used was IntelliJ IDEA
  • Git was used for version control
  • GitHub was used to track issues and for its Kanban board.
Clone this wiki locally