transliteration-decoder: implement proper HTML escaping and add new transliteration model
This commit is contained in:
@@ -75,5 +75,57 @@
|
||||
["$", ";"],
|
||||
["^", ":"],
|
||||
["&", "?"]
|
||||
],
|
||||
"en-men": [
|
||||
["a", "4"],
|
||||
["b", "8"],
|
||||
["c", "("],
|
||||
["d", "|)"],
|
||||
["e", "3"],
|
||||
["f", "|="],
|
||||
["g", "6"],
|
||||
["h", "#"],
|
||||
["i", "!"],
|
||||
["j", "|_"],
|
||||
["k", "|<"],
|
||||
["l", "1"],
|
||||
["m", "//N"],
|
||||
["o", "0"],
|
||||
["p", "|D"],
|
||||
["q", "(,)"],
|
||||
["r", "|2"],
|
||||
["s", "5"],
|
||||
["t", "7"],
|
||||
["u", "|_|"],
|
||||
["w", "//"],
|
||||
["v", "/"],
|
||||
["x", "><"],
|
||||
["y", "`/"]
|
||||
],
|
||||
"men-en": [
|
||||
["4", "a"],
|
||||
["8", "b"],
|
||||
["(,)", "q"],
|
||||
["(", "c"],
|
||||
["|)", "d"],
|
||||
["3", "e"],
|
||||
["|=", "f"],
|
||||
["6", "g"],
|
||||
["#", "h"],
|
||||
["!", "i"],
|
||||
["|_|", "u"],
|
||||
["|_", "j"],
|
||||
["|<", "k"],
|
||||
["1", "l"],
|
||||
["//N", "m"],
|
||||
["0", "o"],
|
||||
["|D", "p"],
|
||||
["|2", "r"],
|
||||
["5", "s"],
|
||||
["7", "t"],
|
||||
["//", "w"],
|
||||
["`/", "y"],
|
||||
["/", "v"],
|
||||
["><", "x"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user