Skip to main content

Abydos NLP/IR library

Project description

Build Status Coverage Status Code Climate Pylint Score PEP8 Errors PyPI Documentation Status OpenHUB

abydos

Abydos NLP/IR library
Copyright 2014-2015 by Chris Little

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

Required:

  • Numpy

Recommended:

  • PylibLZMA (Python 2 only–for LZMA compression string distance metric)

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 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

Release History

0.2 (2015-05-27)

  • Added Caumanns’ German stemmer

  • Added Lovins’ English stemmer

  • Added basic docs via Sphinx

  • Updated Beider-Morse Phonetic Matching to 3.04

  • added Sphinx documentation

0.1.1 (2015-05-12)

  • First Beta release to PyPI

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abydos-0.2.0.tar.gz (151.1 kB view hashes)

Uploaded Source

Built Distributions

abydos-0.2.0-py3.4.egg (278.1 kB view hashes)

Uploaded Source

abydos-0.2.0-py2.py3-none-any.whl (133.5 kB view hashes)

Uploaded Python 2 Python 3

abydos-0.2.0-py2.7.egg (271.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page