Skip to main content

Python 3+ spell checker, supports English, German, Italian, Spanish, and French!

Project description

Python text spell checker for python -v 3+!

The spell checker is a python package that can check your spelling. It supports 5 languages!

It contains the following languages:

  • English
  • German
  • Spanish
  • French
  • Italian

Installation

If not already install pip

Install the package with pip or pip3:

pip install spell-checker

Usage

Example:

from speller3x.checker import Checker
text = "The... ! quick browmn fox jumps-over the lazi doug"
checker = Checker(text, "english")
checker.check()

Output:

Total words: 9
Number of misspelled words: 2
Number of words in dictionary: 194433
Misspelled words: ['browmn', 'lazi']
Lookup time(s): 0.0005731582641601562

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

spell-checker-1.6.1.tar.gz (2.2 MB view hashes)

Uploaded Source

Built Distribution

spell_checker-1.6.1-py3-none-any.whl (2.7 MB view hashes)

Uploaded 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