Spelling Correction for Vietnamese Informal Text
Project description
IFT Correction
IFT Correction(Informal Text Correction) is a library of spelling correction for Vietnamese informal text type(informal text is the type of text as daily communication messages)
Installation
pip install iftc
Example Usage
Only spelling correction for acronyms
from iftc.spelling_corrector import SpellingCorrector
corrector = SpellingCorrector()
corrected_text = corrector.acronym_correction('b ơi, món này giá bn thế')
print(corrected_text)
This should print:
'bạn ơi, món này giá bao nhiêu thế'
Spelling correction for detect spelling error
from iftc.spelling_corrector import SpellingCorrector
corrector = SpellingCorrector()
text, word_candidates = corrector.detect_spelling_error('b ơi, món này giá bn thế')
print(word_candidates)
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
iftc-1.1.3.tar.gz
(54.9 kB
view details)
Built Distribution
iftc-1.1.3-py3-none-any.whl
(58.6 kB
view details)
File details
Details for the file iftc-1.1.3.tar.gz
.
File metadata
- Download URL: iftc-1.1.3.tar.gz
- Upload date:
- Size: 54.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29d7e0dfa24f66a9744533952672eecd2a557039cf215d3e27547ff5073198b1 |
|
MD5 | 9c842b2e62f3caed6f99255b7f6d26a6 |
|
BLAKE2b-256 | bc33afc286d0da34d896248a7e91e412639d86b2aeafdc2143be81b140e0338d |
File details
Details for the file iftc-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: iftc-1.1.3-py3-none-any.whl
- Upload date:
- Size: 58.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 657f0516016e3fac0d56494c46909f1273ae792188577d4c940e570bd0c65a73 |
|
MD5 | 5a0493f4e532c30719222554d3efb09c |
|
BLAKE2b-256 | 46460978088902e702e4f5625d1aaf0c14f29c262071110593647d446ddc1269 |