-
Notifications
You must be signed in to change notification settings - Fork 2
Similarity Score Calculation
ABusyProgrammer edited this page Nov 28, 2019
·
1 revision
The similarity score is calculated as follows:
- The
jaccardImplementation()
method returns the number of plagiarized words in a sentence. - 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.