symspellpy
¤
Backend for the symspellpy
library.
Classes:
Name | Description |
---|---|
SymspellpyBackend | Backend for the |
SymspellpyBackend(config: dict[str, Any], known_words: set[str] | None = None)
¤
Bases: Backend
Backend for the symspellpy
library.
This backend needs to load dictionaries provided by symspellpy
itself.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config | dict[str, Any] | User configuration from | required |
known_words | set[str] | None | Globally known words. | None |
Source code in src/mkdocs_spellcheck/backends/symspellpy.py
27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
|