PlagResult module¶
-
class
PlagResult.PlagResult(id1=None, id2=None)[source]¶ Bases:
objectClass for the result of the comparison of two texts for plagiarism.
-
containsIdentifier(id)[source]¶ Checks if the given identifier is one of the identifier of this result.
-
getIdStringLength()[source]¶ Get the string length of the identifier strings as a List[id1strlength, id2strlenght]. Important for Visualization.
-
setIdStringLength(id1StringLength, id2StringLength)[source]¶ Set the string length of the identifier strings. Important for Visualization.
-