Source Code Clone Detection Using Unsupervised Similarity Measures
-
Updated
Apr 12, 2024 - Java
Source Code Clone Detection Using Unsupervised Similarity Measures
JavaFX application for detecting similarity between Python source code files using Levenshtein distance as a metric.
Paper selection for "a systematic literature review on source code similarity measurement and clone detection: techniques, applications, and challenges"
C-PlagAST is a code plagiarism detection tool for C programs using the AST-CC algorithm. It normalizes and compares abstract syntax trees to detect structural similarity, even with reordered or renamed code. Ideal for academic use in detecting hidden code duplication.
Add a description, image, and links to the source-code-similarity topic page so that developers can more easily learn about it.
To associate your repository with the source-code-similarity topic, visit your repo's landing page and select "manage topics."