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(nirjas): Update interface with Nirjas 0.0.5 #81

Closed GMishx closed 3 years ago

GMishx commented 3 years ago
  1. Use the LanguageMapper.LANG_MAP key exposed by Nirjas to get the list of supported file extensions.
  2. Import the function extract() as commentExtract() from Nirjas to eliminate confusion with function of same name in the commentPreprocessor.py file.
  3. Update the Nirajs minimum version required to 0.0.5
  4. Fix few indentations.