Skip to content

Commit

Permalink
update originality threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyBlaise99 committed Nov 12, 2023
1 parent 76d5742 commit dbefd1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class AuthorshipAnalyzer {
private static final Logger logger = LogsManager.getLogger(AuthorshipAnalyzer.class);

private static final double ORIGINALITY_THRESHOLD = 0.2;
private static final double ORIGINALITY_THRESHOLD = 0.51;

private static final String DIFF_FILE_CHUNK_SEPARATOR = "\ndiff --git a/.*\n";
private static final Pattern FILE_CHANGED_PATTERN =
Expand Down

0 comments on commit dbefd1c

Please sign in to comment.