-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimage_class.js
56 lines (54 loc) · 910 Bytes
/
image_class.js
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
const ARB_NUMBER_CLASSES = {
0: 'Sifr',
1: 'WaaHid',
2: 'Ithnaan',
3: 'Thalaatha',
4: 'Arbiya',
5: 'Khamsa',
6: 'Sitta',
7: 'Sabya',
8: 'Thamaaniya',
9: 'Tisya'
}
const ENG_NUMBER_CLASSES = {
0: 'Zero',
1: 'One',
2: 'Two',
3: 'Three',
4: 'Four',
5: 'Five',
6: 'Six',
7: 'Seven',
8: 'Eight',
9: 'Nine'
}
// const IMAGE_CLASSES = {
// 0: 'alif',
// 1: 'Ba',
// 2: 'Ta',
// 3: 'Tha',
// 4: 'Jim',
// 5: 'Haa',
// 6: 'Kha',
// 7: 'Dal',
// 8: 'Dhal',
// 9: 'Ra',
// 10: 'Zay',
// 11: 'Sin',
// 12: 'Shin',
// 13: 'Soad',
// 14: 'Doad',
// 15: 'Toa',
// 16: 'Zoa',
// 17: 'ayn',
// 18: 'Ghayn',
// 19: 'Fa',
// 20: 'Qaf',
// 21: 'Kaf',
// 22: 'Lam',
// 23: 'Mim',
// 24: 'Nun',
// 25: 'Ha',
// 26: 'Waw',
// 27: 'Ya'
// }