Skip to main content

Search tool typos in the text, files and websites.

Project description

Python text speller

Build Status Coverage Status Code Health Join the chat at https://gitter.im/oriontvv/pyaspeller

PyPI Installs Whell support license Documentation Status

Requirements Status Python versions

License

pyaspeller (Python Yandex Speller) is a search tool typos in the text, files and websites. It’s open sourced under the Apache 2.0 License.

Used API Yandex.Speller.

Features (under development)

$ 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'}

You could use class Word for single word queries:

>>> from pyaspeller import Word
>>> check = Word('tesst')
>>> check.correct
False
>>> check.variants
[u'test']
>>> check.spellsafe
u'test'

Installation

To install pyaspeller, simply do:

$ pip install pyaspeller
$ pyaspeller --help

Restrictions API Yandex.Speller

speller has some restrictions

CHANGES

0.1.1 (XXXX-XX-XX)

  • todo

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.1.0.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

pyaspeller-0.1.0-py2.py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 2 Python 3

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