Added leetspeak function encoding to encode_text#264
Closed
sharanvamsi wants to merge 2 commits intofacebookresearch:mainfrom
Closed
Added leetspeak function encoding to encode_text#264sharanvamsi wants to merge 2 commits intofacebookresearch:mainfrom
sharanvamsi wants to merge 2 commits intofacebookresearch:mainfrom
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D76058699 |
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D76058699 |
sharanvamsi
added a commit
to sharanvamsi/AugLy
that referenced
this pull request
Jun 6, 2025
Summary: Pull Request resolved: facebookresearch#264 Added leetspeak text encoding function to the enode_text interface and tested comprehensively. Word method level test covers character level test as leetspeak works on character level Differential Revision: D76058699
77d4367 to
d25e951
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D76058699 |
sharanvamsi
added a commit
to sharanvamsi/AugLy
that referenced
this pull request
Jun 6, 2025
Summary: Pull Request resolved: facebookresearch#264 Added leetspeak text encoding function to the enode_text interface and tested comprehensively. Word method level test covers character level test as leetspeak works on character level Differential Revision: D76058699
d25e951 to
db0817e
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D76058699 |
sharanvamsi
added a commit
to sharanvamsi/AugLy
that referenced
this pull request
Jun 10, 2025
Summary: Pull Request resolved: facebookresearch#264 Added leetspeak text encoding function to the enode_text interface and tested comprehensively. Word method level test covers character level test as leetspeak works on character level Differential Revision: D76058699
db0817e to
1cd9e8f
Compare
…esearch#265) Summary: Pull Request resolved: facebookresearch#265 Created a context interface, and strategy parent class for base64 function encoding and future types of encoding. Lot of code is reused from diffs D75792134 and D75792239. Differential Revision: D76028127
Summary: Pull Request resolved: facebookresearch#264 Added leetspeak text encoding function to the enode_text interface and tested comprehensively. Word method level test covers character level test as leetspeak works on character level Differential Revision: D76058699
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D76058699 |
1cd9e8f to
eb38d45
Compare
Contributor
|
This pull request has been merged in ec9d07e. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Added leetspeak text encoding function to the enode_text interface and tested comprehensively. Word method level test covers character level test as leetspeak works on character level
Differential Revision: D76058699