R1j1t/contextualSpellCheck
A Python spelling corrector that uses BERT to suggest corrections based on surrounding context.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This package uses a BERT language model to improve out-of-vocabulary (OOV) word detection and correction by leveraging contextual information. It serves as a spaCy extension and can be installed via pip. The project aims to address non-word errors (NWE) by considering the semantic context provided by BERT embeddings rather than relying solely on dictionary lookups.