File size: 287 Bytes
93a4ffa |
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 |
{
"[PAD]": 25,
"[UNK]": 24,
"a": 4,
"b": 7,
"c": 23,
"d": 21,
"e": 18,
"f": 11,
"g": 5,
"h": 1,
"i": 6,
"k": 3,
"l": 17,
"m": 22,
"n": 16,
"o": 9,
"p": 8,
"r": 19,
"s": 12,
"t": 14,
"u": 15,
"v": 10,
"w": 20,
"x": 13,
"y": 2,
"|": 0
}
|