forked from Masum06/GenderDebiasing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidx2char.json
More file actions
66 lines (66 loc) · 975 Bytes
/
idx2char.json
File metadata and controls
66 lines (66 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"0": "\t",
"1": " ",
"2": "\"",
"3": "'",
"4": "(",
"5": ")",
"6": "*",
"7": "+",
"8": "-",
"9": ".",
"10": "/",
"11": "0",
"12": "1",
"13": "2",
"14": "3",
"15": "4",
"16": "5",
"17": "6",
"18": "7",
"19": "8",
"20": "9",
"21": ":",
"22": ";",
"23": "=",
"24": ">",
"25": "?",
"26": "[",
"27": "\\",
"28": "]",
"29": "_",
"30": "`",
"31": "a",
"32": "b",
"33": "c",
"34": "d",
"35": "e",
"36": "f",
"37": "g",
"38": "h",
"39": "i",
"40": "j",
"41": "k",
"42": "l",
"43": "m",
"44": "n",
"45": "o",
"46": "p",
"47": "q",
"48": "r",
"49": "s",
"50": "t",
"51": "u",
"52": "v",
"53": "w",
"54": "x",
"55": "y",
"56": "z",
"57": "{",
"58": "|",
"59": "}",
"60": "\u0083",
"61": "\u0096",
"62": "\u00a8",
"63": "\u00ff"
}