You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is displayed when running qmk generate-autocorrect-data, even when the english_words package is installed.
Autocorrection will falsely trigger when a typo is a substring of a correctly spelled word.
To check for this, install the english_words package and rerun this script:
python3 -m pip install english_words
This appears to be caused by the english_words module upgrade from v1 to v2, which has breaking changes. The english_words_lower_alpha_set function is now replaced by get_english_words_set.
Keyboard Used
No response
Link to product page (if applicable)
No response
Operating System
No response
qmk doctor Output
No response
Is AutoHotKey / Karabiner installed
AutoHotKey (Windows)
Karabiner (macOS)
Other keyboard-related software installed
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
The following error is displayed when running
qmk generate-autocorrect-data
, even when theenglish_words
package is installed.This appears to be caused by the
english_words
module upgrade from v1 to v2, which has breaking changes. Theenglish_words_lower_alpha_set
function is now replaced byget_english_words_set
.Keyboard Used
No response
Link to product page (if applicable)
No response
Operating System
No response
qmk doctor Output
No response
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: