-
-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we disable the replacement for KeyboardError with non alphabet? #55
Comments
Will enhance in coming release. Before that you may modify internal variable to achieve it
|
Ok then, thanks man! |
@makcedward after test it, i still found the augmenter replace it with number or some symbols (e.g: *, %, @). Is there other workaround for this one? Thanks! The reason why i need for all the non-alphabets to be removed from the replacement candidates is because i want to mimic the misspelled in the phone keyboard instead desktop keyboard. Maybe we can specific keyboard object like |
It is fixed and ready for git's master branch. Next version will include this fix and it will be released soon. You may reinstall it before formal release by: |
@makcedward Already upgrade it to the latest ( |
@emesha92
|
Thanks @makcedward, now it's working like a charm |
Hi @makcedward,
I have purpose to augment the string to with some keyboard error. However, i don't want the characters replaced by non alphabets (e.g: punctuation). Is it possible to disable it? thanks
The text was updated successfully, but these errors were encountered: