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.3.tar.gz (6.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for mlmorph_spellchecker-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0afa95f3b413c2f64890d783273d9db99bd477853d53dd39098200304ba97453
MD5 e133e0c94f57099f9cff773d36b0397e
BLAKE2b-256 11499d0e917741b79e71f871d7e1c9acffa48210f003aa92f5a7fada5f8509a2

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