From c1dc1aff9c32f4120207ff52b03f095af6c31ee5 Mon Sep 17 00:00:00 2001 From: TAWSIF AHMED Date: Sat, 20 Apr 2024 16:46:54 +0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 28074ba..863844f 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ These were part of LeetCode 75 Problems. https://leetcode.com/studyplan/leetcode 1. Added Multiple types of SpellChecker 2. BERT next word predictor 3. LSTM next word predictor (Tensorflow trained model) +4. Embedding Spell Checker (experimental) + +Embedding SpellChecker still in its infancy and does not provide a concrete alternative to pure Algorithm spellcheckers. Maybe there's some work in (logic) needed. I’ve added the model files and tokenizers on Hugging Face. In the repository, code for inference with the model can be found. Raise an issue if errors happen.