Contextual Spell Correction
I want to create a spell checker that corrects the spelling mistakes contextually.
For example,
Erroneous sentence: I want to apply for credit cart
Corrected sentence: I want to apply for credit card
Here, the respective spellings of cart and card are correct but the cart is contextually incorrect.
So what methods we can apply for contextual errors like this?
Topic rnn neural-network machine-learning
Category Data Science