fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

feat(evaluator): Add diff opts to run evaluator #99

Closed its-sushant closed 2 years ago

its-sushant commented 2 years ago

Description

Add an option to run evaluator.py from any directory

Changes

Currently for testing the agents accuracy user have only one option to run evaluator.py i.e. user needs to go to evaluator directory then run python evaluator.py but after merging these changes we can run evaluator.py from any directory using absolute or relative path i.e. python /path/to/evaluator.py