nalmadi / Namesake

A Python Checker for Lexical Similarity in Identifier Names
MIT License
6 stars 4 forks source link

Add optional thresholds #1

Open nalmadi opened 2 years ago

nalmadi commented 2 years ago

The tool should take the three thresholds (phonological, orthographic, and semantic) as command-line arguments.

Something like this should do the trick:

Namesake test1.py 0.5 0.5 0.5

mlanicaputo commented 1 year ago

Cloned repository and created a branch to address this issue. Requesting permission to push a new branch & create a PR.