NarmerΒΆ

Coverage Status Code Climate Pylint ScorePEP8 ErrorsPyPI Documentation Status OpenHUB


Narmer Experimental NLP/IR library
Copyright 2015 by Christopher C. Little

This library contains code I’m using for research, in particular dissertation research & experimentation.

Suggested for testing & QA:

  • Nose (for unit testing)
  • coverage.py (for code coverage checking)
  • Pylint (for code quality checking)
  • PEP8 (for code quality checking)

To install from PyPI:

pip install narmer

To build/install/unittest in Python 2:

sudo python setup.py install
nosetests -v --with-coverage --cover-erase --cover-html --cover-branches --cover-package=abydos .

To build/install/unittest in Python 3:

sudo python3 setup.py install
nosetests3 -v --with-coverage --cover-erase --cover-html --cover-branches --cover-package=abydos .

For pylint testing, run:

pylint --rcfile=pylint.rc abydos > pylint.log