Spelling corrector in python
-
Updated
Dec 31, 2024 - Python
8000
Spelling corrector in python
A framework for Arabic spelling correction using different seq2seq model architectures such as transformers and RNNs
Implemented some of the models and techniques learned in NLP to help build systems that help in daily life.
This project covers POS tagging using HMMs and neural networks (LSTM, BiLSTM) across multiple languages, and explores autocorrection methods with various n-gram models and error correction techniques.
Add a description, image, and links to the autocorrection topic page so that developers can more easily learn about it.
To associate your repository with the autocorrection topic, visit your repo's landing page and select "manage topics."