-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
102 lines (102 loc) · 1.66 KB
/
labels.json
File metadata and controls
102 lines (102 loc) · 1.66 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"0": "hello",
"1": "thank you",
"2": "yes",
"3": "no",
"4": "please",
"5": "sorry",
"6": "you",
"7": "me",
"8": "help",
"9": "want",
"10": "need",
"11": "good",
"12": "bad",
"13": "more",
"14": "less",
"15": "stop",
"16": "go",
"17": "come",
"18": "wait",
"19": "understand",
"20": "repeat",
"21": "love",
"22": "like",
"23": "don't like",
"24": "friend",
"25": "family",
"26": "eat",
"27": "drink",
"28": "sleep",
"29": "work",
"30": "play",
"31": "learn",
"32": "teach",
"33": "read",
"34": "write",
"35": "walk",
"36": "run",
"37": "sit",
"38": "stand",
"39": "open",
"40": "close",
"41": "hot",
"42": "cold",
"43": "happy",
"44": "sad",
"45": "angry",
"46": "tired",
"47": "sick",
"48": "fine",
"49": "nice",
"50": "beautiful",
"51": "ugly",
"52": "big",
"53": "small",
"54": "tall",
"55": "short",
"56": "fast",
"57": "slow",
"58": "strong",
"59": "weak",
"60": "right",
"61": "wrong",
"62": "true",
"63": "false",
"64": "now",
"65": "later",
"66": "before",
"67": "after",
"68": "today",
"69": "tomorrow",
"70": "yesterday",
"71": "morning",
"72": "afternoon",
"73": "evening",
"74": "night",
"75": "monday",
"76": "tuesday",
"77": "wednesday",
"78": "thursday",
"79": "friday",
"80": "saturday",
"81": "sunday",
"82": "january",
"83": "february",
"84": "march",
"85": "april",
"86": "may",
"87": "june",
"88": "july",
"89": "august",
"90": "september",
"91": "october",
"92": "november",
"93": "december",
"94": "zero",
"95": "one",
"96": "two",
"97": "three",
"98": "four",
"99": "five"
}