Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



## License

See LICENSE file for details

(c) 2019 Eduardo Díaz Cortés