Skip to main content

Malayalam morphology analyser based spellchecker

Project description

PyPI Version

This is a Spellchcker for Malayalam language based on Malayalam morphology analyser - mlmorph.

Installation

Python 3 is required. Using with venv is recommended

$ pip install mlmorph_spellchecker

Usage

from mlmorph import Analyser
from mlmorph_spellchecker import spellcheck, getSuggestions
analyser = Analyser()
if spellcheck(word, analyser) is True:
    print('%s ✔️' % (word))
else:
    print('%s ❌ Suggestions: %s' % (word, getSuggestions(word, analyser)))

Command line interface

$ python -m mlmorph_spellchecker --help
usage: __main__.py [-h] word

positional arguments:
word        word to spellcheck

optional arguments:
-h, --help  show this help message and exit

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

mlmorph_spellchecker-1.0.4.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file mlmorph_spellchecker-1.0.4.tar.gz.

File metadata

  • Download URL: mlmorph_spellchecker-1.0.4.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for mlmorph_spellchecker-1.0.4.tar.gz
Algorithm Hash digest
SHA256 061eaf19fab09e559cd783aebc0ffc3c6dfbaa62c40143e50ce3e7e9c9824f09
MD5 81c99b9236113ab1ea5ccac844c4dc02
BLAKE2b-256 a7cf0a5efc5f63c3d7d617d28cd336ed9cfd5fc86f618096c3d6e07ee20f9ab9

See more details on using hashes here.

Supported by

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