Source Code Clone Detection Using Unsupervised Similarity Measures
-
Updated
Dec 17, 2025 - Java
Source Code Clone Detection Using Unsupervised Similarity Measures
Paper selection for "a systematic literature review on source code similarity measurement and clone detection: techniques, applications, and challenges"
JavaFX application for detecting similarity between Python source code files using Levenshtein distance as a metric.
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.
To associate your repository with the source-code-similarity topic, visit your repo's landing page and select "manage topics."