-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update resolve-leetspeak/dictionary.ts #51
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #51 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 27 27
Lines 505 505
Branches 92 92
=========================================
Hits 505 505 ☔ View full report in Codecov by Sentry. |
Also, I noticed that Edit: This is happening because
|
Sorry, but I'm not convinced these substitutions are clearly valuable, with the exception of perhaps |
I could be wrong, but to me, this seems like an argument for including However, I'm having trouble even finding a word ending in |
To be clear, my point is that the phrase |
Oh okay, that makes sense. Forgive my confusion. |
Just to clarify, assuming |
This is not the case; whitelisted term matching runs essentially on the original text by default (with only lowercasing applied.) I am not sure this is something we want to change. |
Per my previous comments I'm not sure this is worth doing, so closing for now. Happy to discuss if you disagree, as always. |
Type of change:
Please describe the changes this PR makes and why it should be merged:
Updated the leetspeak dictionary to include:
'6'
→'b'
'8'
→'b'
'9'
→'g'
'!'
→'i'
'5'
→'s'
'7'
→'t'
'2'
→'z'
Some of these replacements might be overkill, so please let me know what you think.
Further reading: https://en.wikipedia.org/wiki/Leet#Table_of_leet-speak_substitutes_for_normal_letters
Status: