Skip to content

Commit

Permalink
added placehoolder for emoji insertion algo
Browse files Browse the repository at this point in the history
  • Loading branch information
rangertaha committed Nov 27, 2024
1 parent 1235bc1 commit 540b0fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/typo/typo.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,3 +511,11 @@ func StemSwapping(token string, tokens []string) (variations []string) {

return
}


// EmojiInsertion inserts emojis in target names. This technique exploits
// the presence of emojis in the target name.
func EmojiInsertion(token string, tokens []string) (variations []string) {

return
}

0 comments on commit 540b0fc

Please sign in to comment.