Separate percentages for multiple documents #1109
Labels
enhancement
Issue/PR that involves features, improvements and other changes
major
Major issue/feature/contribution/change
Hello,
Firstly, I am highly appreciated for the JPlag tool, it excels in minimizing the workload. My suggestion is to be able to see similarity percentages for each document pair in a folder structure such as multiple files exist within a folder. So, the aim is to compare multiple files within each folder by observing their own percentages. Following is an example:
Folder 1
|----->a1.py
|----->a2.py
Folder 2
|------>a1.py
|------>a2.py
Similarities (Desired Output):
%98.2 in a1.py between Folder 1 and Folder 2
%43.4 in a2.py between Folder 1 and Folder 2
Currently, it shows the average percentage of whole files.
Thanks.
The text was updated successfully, but these errors were encountered: