specify the percentage of matching #781
Answered
by
tsaglam
SehamAAlharbi
asked this question in
Q&A
|
Hello, I am currently using JPlag API to find the similarity among a large set of java files. I was wondering whether there is a way of limiting certain matches with e.g., 100% or 0% of matching from the generated report? and matching files? Thanks in advance. |
Answered by
tsaglam
Nov 11, 2022
Replies: 1 comment
|
For a lower bound, you can use the following CLI argument: For example, You can also enforce some restrictions on certain files before the comparison:
|
0 replies
Answer selected by
SehamAAlharbi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a lower bound, you can use the following CLI argument:
For example,
-m 0.5will filter all submissions with a similarity of 50% or less. We currently do not have a mechanism to filter submissions when their similarity is above a certain threshold.You can also enforce some restrictions on certain files before the comparison:
-s namelimits the comparison to only the files residing in the "name" folder of each submission.-x pathallows specifying a text file that contains file names to ignore.