Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepingcat4 authored Apr 20, 2024
1 parent 97af4f8 commit c1dc1af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c1dc1af

Please sign in to comment.