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 Evaluation Script for algorithms #57

Closed hastagAB closed 5 years ago

hastagAB commented 5 years ago

Description

Script to evaluate the algorithms for Atarashi. Evaluation is based on two factors:

  1. Time
  2. Accuracy

To test

python evaluator.py -a DLD

python evaluator.py -a tfidf -s CosineSim

amanjain97 commented 5 years ago
  1. How much time it takes to test all the files ?
  2. Can you share the test results.
  3. I can see some colored outputs are there. Can you share the screenshot of the output. Some of the contributors may have different theme of their shell.
  4. Don't force push.
amanjain97 commented 5 years ago

@hastagAB Please merge this.