10 string command_tool =
"python3 -W ignore third-party/duplicate-code-detection-tool/duplicate_code_detection.py -d ";
11 command_tool += base_path;
12 command_tool +=
"/source > ";
13 command_tool += base_path;
14 command_tool +=
"/output_tool.txt";
16 system(command_tool.c_str());
18 cout << SAVING_MESSAGE <<
'\n';
20 Parser parser(base_path+
"/output_tool.txt",base_path+
"/output_parsed.txt",similarity);