File size: 1,082 Bytes
890029a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "tag2id": {
    "B-amount": 0,
    "B-currency": 1,
    "B-description": 2,
    "B-receiver_hr": 3,
    "B-receiver_inn": 4,
    "B-receiver_name": 5,
    "I-amount": 6,
    "I-currency": 7,
    "I-description": 8,
    "I-receiver_hr": 9,
    "I-receiver_inn": 10,
    "I-receiver_name": 11,
    "O": 12
  },
  "id2tag": {
    "0": "B-amount",
    "1": "B-currency",
    "2": "B-description",
    "3": "B-receiver_hr",
    "4": "B-receiver_inn",
    "5": "B-receiver_name",
    "6": "I-amount",
    "7": "I-currency",
    "8": "I-description",
    "9": "I-receiver_hr",
    "10": "I-receiver_inn",
    "11": "I-receiver_name",
    "12": "O"
  },
  "intent2id": {
    "create_transaction": 0,
    "help": 1,
    "list_transaction": 2,
    "unknown": 3
  },
  "id2intent": {
    "0": "create_transaction",
    "1": "help",
    "2": "list_transaction",
    "3": "unknown"
  },
  "lang2id": {
    "en": 0,
    "mixed": 1,
    "ru": 2,
    "uz_cyrl": 3,
    "uz_latn": 4
  },
  "id2lang": {
    "0": "en",
    "1": "mixed",
    "2": "ru",
    "3": "uz_cyrl",
    "4": "uz_latn"
  }
}