Spaces:
Runtime error
Runtime error
Ali Asgarov
commited on
Commit
·
acbe872
1
Parent(s):
416ca10
Update plagiarism.py
Browse files- plagiarism.py +1 -1
plagiarism.py
CHANGED
@@ -318,7 +318,7 @@ def plagiarism_check(
|
|
318 |
formatted_tokens.append(
|
319 |
(sent, "[" + str(urlMap[sentenceToMaxURL[i]]) + "]")
|
320 |
)
|
321 |
-
formatted_tokens.append("\n\n\n
|
322 |
for ind in index_descending:
|
323 |
formatted_tokens.append(
|
324 |
(
|
|
|
318 |
formatted_tokens.append(
|
319 |
(sent, "[" + str(urlMap[sentenceToMaxURL[i]]) + "]")
|
320 |
)
|
321 |
+
formatted_tokens.append("\n\n\n")
|
322 |
for ind in index_descending:
|
323 |
formatted_tokens.append(
|
324 |
(
|