-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwords.json
116 lines (116 loc) · 3.75 KB
/
words.json
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"word-list": [
{
"name": "Animal",
"words": [
"dog",
"cat",
"fish",
"bird",
"cow",
"pig",
"mouse",
"horse",
"wing",
"animalC"
]
},
{
"name": "Transportation",
"words": [
"train",
"plane",
"car",
"truck",
"bicycle",
"bus",
"boat",
"ship",
"tire",
"gasoline",
"engine",
"train",
"ticket",
"transportationC"
]
},
{
"name": "Location",
"words": [
"city", "house", "apartment", "street/road", "airport", "train", "station", "bridge", "hotel", "restaurant",
"farm", "court", "school", "office", "room", "town", "university", "club", "bar", "park", "camp", "store/shop", "theater",
"library", "hospital", "church", "market", "country (USA, France, etc.)", "building", "ground", "space (outer space)", "bank", "locationC"
]
},
{
"name": "Clothing",
"words": [
"hat", "dress", "suit", "skirt", "shirt", "T-shirt", "pants", "shoes", "pocket", "coat", "stain", "clothingC"
]
},
{
"name": "Color",
"words": [
"red", "green", "blue (light/dark)","yellow", "brown", "pink", "orange", "black", "white", "gray", "colorC"
]
},
{
"name": "Person",
"words": [
"son*", "daughter*", "mother", "father", "parent", "baby", "man", "woman", "brother*", "sister*", "family", "grandfather",
"grandmother", "husband*", "wife*", "king", "queen", "president",
"neighbor", "boy", "girl", "child", "adult", "human", "friend",
"victim", "player", "fan", "crowd", "personC"
]
},
{
"name": "Job",
"words": [
"Teacher", "student", "lawyer","doctor", "patient", "waiter", "secretary", "priest", "police", "army", "soldier",
"artist", "author", "manager", "reporter", "actor", "jobC"
]
},
{
"name": "Society",
"words": [
"religion", "heaven", "hell", "death", "medicine", "money", "dollar", "bill", "marriage*", "wedding*", "team",
"relationship", "race (ethnicity)", "sex (the act)", "sex (gender)", "murder", "prison", "technology", "energy",
"war", "peace", "attack", "election", "magazine", "newspaper", "poison", "gun", "sport", "race (sport)", "exercise",
"ball", "game", "price", "contract", "drug", "sign", "science", "God"
]
},
{
"name": "Art",
"words": [
"band", "song", "instrument(musical)", "music", "movie", "art"
]
},
{
"name": "Beverages",
"words": [
"coffee", "tea", "wine", "beer", "juice", "water", "milk", "beverageC"
]
},
{
"name": "Food",
"words": [
"egg", "cheese", "bread", "soup", "cake", "chicken", "pork", "beef", "apple", "banana", "orange", "lemon", "corn", "rice", "oil", "seed", "knife", "spoon", "fork", "plate", "cup", "breakfast", "lunch", "dinner", "sugar", "salt", "bottle", "foodC"
]
},
{
"name": "Home",
"words": [
"table", "chair", "bed", "dream", "window", "door", "bedroom", "kitchen", "bathroom", "pencil", "pen",
"photograph", "soap", "book", "page", "key", "paint", "letter", "note", "wall", "paper", "floor", "ceiling", "roof", "pool", "lock",
"telephone", "garden", "yard", "needle", "bag", "box", "gift", "card", "ring", "tool"
]
},
{
"name": "Electronics",
"words": [
"clock", "lamp", "fan", "cell phone", "network", "computer", "program (computer)", "laptop",
"Ascreen", "camera", "television", "radio"
]
}
]
}