Malayalam morphology analyser based spellchecker
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for mlmorph_spellchecker-1.0.0.dev6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 324b2dcb9631be07dd43bd9e795b09f04dcb74954e61dbbe552e6d0cb3b83426 |
|
MD5 | c1aa574046729432a74ed3d3b412dbf7 |
|
BLAKE2b-256 | 42c58b0e7165f09927f1ac2b57fa54288eabaf9e2650247d09a53d727329759e |