Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnds/code-simil
Find similarity between files of a source code base
https://github.com/lnds/code-simil
Last synced: 24 days ago
JSON representation
Find similarity between files of a source code base
- Host: GitHub
- URL: https://github.com/lnds/code-simil
- Owner: lnds
- License: bsd-3-clause
- Created: 2019-06-30T23:53:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T18:42:03.000Z (over 2 years ago)
- Last Synced: 2024-11-05T11:29:43.666Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-simil
Find similarity between files of a source code base.
Uses TF-IDF algorithm with n-grams.
## Usage
usage: main [-h] [-l LOGFILE] [-q] [-s] [-v] [-r] [-f FACTOR]
paths [paths ...]
positional arguments:
paths path to codebase
optional arguments:
-h, --help show this help message and exit
-l LOGFILE, --logfile LOGFILE
log to file (default: log to stdout)
-q, --quiet decrease the verbosity
-s, --silent only log warnings
-v, --verbose raise the verbosity
-r, --recurse recurse on paths
-f FACTOR, --factor FACTOR
similarity factor
## LicenseSee LICENSE file for details
(c) 2019 Eduardo Díaz Cortés