PlagiarismCase#
- class PlagiarismCase[source]#
This class represents a single plagiarism case.
A case is a combination of two submissions that look alike, and a single case contains multiple matches.
-
match_max:
float
# The maximum match. This N% of the parsable lines in one of the two submissions is part of a match.
-
submissions:
Sequence
[PlagiarismCaseSubmission
]# The two submissions of this match
-
match_max: