A Python librariy that aims to detect Arabic spelling mistakes in a give text and correct them.
- Python 3 and above.
To install the library, simply run the following command:
pip install ()
- data
- big.txt: contains a list with words to use for the detecting error
- TextErrorDetection.ipynb: contains the code for the error detection as a notebook
- TextErrorDetection.py: contains the code for the error detection as a python script
$ correct_text('The spech was noot tht goad')
'The speech was not the good'
$ correct_text('I amm tesing the packag')
'I am testing the package'