I have a bunch of codes from students for a coding question. I am using Jplag to find the similarities between their codes.
java -jar jplag-yourVersion.jar -l java17 -r /tmp/jplag_results_exerise1/ -s /path/to/exercise1
This kind of syntax works for single language. But i am having codes in multiple languages like c, c++, java, python, ruby.
Can some one suggest me a method to process all the codes which are in different languages.