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.

id: int

The id of this case.

match_max: float

The maximum match. This N% of the parsable lines in one of the two submissions is part of a match.

match_avg: float

Same as match_max but this is the average of the two submissions.

can_see_details: bool

Can you see more detail about this match?

submissions: Sequence[PlagiarismCaseSubmission]

The two submissions of this match