Skip to main content

Search tool typos in the text, files and websites.

Project description

Python text speller

Build Status Coverage Status Code Climate

PyPI Installs Whell support license Documentation Status

License

This project is open sourced under Apache 2.0 License.

Features

$ ./bin/pyaspeller "testt reques"
{u'code': 1,
 u'col': 0,
 u'len': 5,
 u'pos': 0,
 u'row': 0,
 u's': [u'test'],
 u'word': u'testt'}
{u'code': 1,
 u'col': 6,
 u'len': 6,
 u'pos': 6,
 u'row': 0,
 u's': [u'request'],
 u'word': u'reques'}

Installation

To install pyaspeller, simply do:

$ pip install pyaspeller
$ pyaspeller --help

CHANGES

0.0.2 (23-09-2015)

  • testing automated

  • coverage setup

  • basic functionality. spell checking string

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

pyaspeller-0.0.2.tar.gz (7.1 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