Spelling Corrector using n-gram language model

less than 1 minute read

Published:

There have been a lot of advancements in Natural Language Processing with advent of Large Language Models. Today powerful tools like ChatGPT can do complicated tasks like writing an email or a poem. It might be difficult to make such models all on your own but here is a small project in which you can make your own small language model and do a simple task spelling correction using the beautiful concept of probabilities.

If you liked the tutorial and have an account on Kaggle do leave an upvote! Cheers!