@polycode-projects/the-mechanical-code-talker 1.5.5 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -14
- package/ROADMAP.md +233 -1392
- package/bin/tmct.mjs +479 -98
- package/corpus/README.md +3 -0
- package/corpus/generated/README.md +43 -0
- package/corpus/generated/ace-surface-variants.jsonl +17 -0
- package/corpus/generated/manifest.json +9 -0
- package/corpus/tier2/generate.mjs +14668 -0
- package/corpus/tier2/human-examples-large.jsonl +1928 -0
- package/corpus/tier2/human-examples-medium.jsonl +356 -0
- package/corpus/tier2/human-examples.jsonl +120 -0
- package/corpus/tier2/human-large.jsonl +12001 -0
- package/corpus/tier2/human-medium.jsonl +944 -0
- package/corpus/tier2/human.jsonl +664 -0
- package/corpus/tier2/manifest.json +42 -0
- package/package.json +14 -8
- package/src/answer-variants.json +47 -0
- package/src/answer-variants.mjs +67 -0
- package/src/ask-browser-entry.mjs +34 -0
- package/src/ask-browser.bundle.js +5095 -0
- package/src/ask-vocab.mjs +93 -8
- package/src/ask.mjs +451 -49
- package/src/chat.mjs +1273 -137
- package/src/cli-args.mjs +164 -0
- package/src/codegraph.mjs +170 -32
- package/src/extensions.mjs +100 -19
- package/src/grammar/ace.mjs +85 -3
- package/src/grammar/lexicon-core.json +9531 -63
- package/src/grammar/lexicon.mjs +58 -8
- package/src/graph-merge.mjs +114 -0
- package/src/index.mjs +14 -0
- package/src/init.mjs +40 -14
- package/src/interpret/normalize.mjs +75 -1
- package/src/interpret/strategies/grammar.mjs +10 -0
- package/src/interpret/strategies/keywords.mjs +20 -0
- package/src/interpret/strategies/noise-strip.mjs +73 -4
- package/src/memory/core.mjs +466 -8
- package/src/router/goal-reasoner.mjs +41 -7
- package/src/router/guardrail.mjs +37 -7
- package/src/router/resolver.mjs +50 -4
- package/src/sessions.mjs +5 -1
- package/src/source.mjs +54 -1
- package/src/syllogise.mjs +398 -27
- package/src/toml-config.mjs +13 -4
- package/src/viz.mjs +541 -0
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
{"term":"set","sentence":"a set of books","sourceSynset":"08013131-n","source":"wordnet-inline"}
|
|
2
|
+
{"term":"stand","sentence":"the base of the lamp","sourceSynset":"02800851-n","source":"wordnet-inline"}
|
|
3
|
+
{"term":"free","sentence":"the home of the free and the brave","sourceSynset":"07964544-n","source":"wordnet-inline"}
|
|
4
|
+
{"term":"pack","sentence":"a battalion of ants","sourceSynset":"13797293-n","source":"wordnet-inline"}
|
|
5
|
+
{"term":"dead","sentence":"they buried the dead","sourceSynset":"07962243-n","source":"wordnet-inline"}
|
|
6
|
+
{"term":"pick","sentence":"he was my pick for mayor","sourceSynset":"05798247-n","source":"wordnet-inline"}
|
|
7
|
+
{"term":"double","sentence":"he hit a double to deep centerfield","sourceSynset":"00133576-n","source":"wordnet-inline"}
|
|
8
|
+
{"term":"bank","sentence":"they pulled the canoe up on the bank","sourceSynset":"09236472-n","source":"wordnet-inline"}
|
|
9
|
+
{"term":"stamp","sentence":"pottery of this cast was found throughout the region","sourceSynset":"13936581-n","source":"wordnet-inline"}
|
|
10
|
+
{"term":"regular","sentence":"an habitue of the racetrack","sourceSynset":"10536998-n","source":"wordnet-inline"}
|
|
11
|
+
{"term":"blue","sentence":"he had eyes of bright blue","sourceSynset":"04976072-n","source":"wordnet-inline"}
|
|
12
|
+
{"term":"band","sentence":"the smart set goes there","sourceSynset":"08257090-n","source":"wordnet-inline"}
|
|
13
|
+
{"term":"master","sentence":"a master of the violin","sourceSynset":"10299827-n","source":"wordnet-inline"}
|
|
14
|
+
{"term":"firm","sentence":"he worked for a brokerage house","sourceSynset":"08076706-n","source":"wordnet-inline"}
|
|
15
|
+
{"term":"side","sentence":"they always sat on the right side of the church","sourceSynset":"08666920-n","source":"wordnet-inline"}
|
|
16
|
+
{"term":"rank","sentence":"the entrance was guarded by ranks of policemen","sourceSynset":"08448952-n","source":"wordnet-inline"}
|
|
17
|
+
{"term":"board","sentence":"the board has seven members","sourceSynset":"08339911-n","source":"wordnet-inline"}
|
|
18
|
+
{"term":"brace","sentence":"he wore a brace on his knee","sourceSynset":"02890450-n","source":"wordnet-inline"}
|
|
19
|
+
{"term":"grade","sentence":"early morning classes are always sleepy","sourceSynset":"08255384-n","source":"wordnet-inline"}
|
|
20
|
+
{"term":"better","sentence":"a change for the better","sourceSynset":"05150805-n","source":"wordnet-inline"}
|
|
21
|
+
{"term":"course","sentence":"he took a course in basket weaving","sourceSynset":"00886144-n","source":"wordnet-inline"}
|
|
22
|
+
{"term":"natural","sentence":"he's a natural for the job","sourceSynset":"10366123-n","source":"wordnet-inline"}
|
|
23
|
+
{"term":"camp","sentence":"wherever he went in the camp the men were grumbling","sourceSynset":"02948281-n","source":"wordnet-inline"}
|
|
24
|
+
{"term":"date","sentence":"what is the date today?","sourceSynset":"15184543-n","source":"wordnet-inline"}
|
|
25
|
+
{"term":"fold","sentence":"a fold in the napkin","sourceSynset":"13930429-n","source":"wordnet-inline"}
|
|
26
|
+
{"term":"help","sentence":"he gave me an assist with the housework","sourceSynset":"01210099-n","source":"wordnet-inline"}
|
|
27
|
+
{"term":"count","sentence":"a blood count","sourceSynset":"13612964-n","source":"wordnet-inline"}
|
|
28
|
+
{"term":"march","sentence":"it was a long march","sourceSynset":"00291423-n","source":"wordnet-inline"}
|
|
29
|
+
{"term":"division","sentence":"two infantry divisions were held in reserve","sourceSynset":"08230126-n","source":"wordnet-inline"}
|
|
30
|
+
{"term":"commission","sentence":"a committee is a group that keeps minutes and loses hours","sourceSynset":"08341444-n","source":"wordnet-inline"}
|
|
31
|
+
{"term":"miss","sentence":"a young lady of 18","sourceSynset":"10149362-n","source":"wordnet-inline"}
|
|
32
|
+
{"term":"rear","sentence":"infantrymen were in the rear","sourceSynset":"08499711-n","source":"wordnet-inline"}
|
|
33
|
+
{"term":"chain","sentence":"the chain of command","sourceSynset":"08392981-n","source":"wordnet-inline"}
|
|
34
|
+
{"term":"cycle","sentence":"the never-ending cycle of the seasons","sourceSynset":"15313066-n","source":"wordnet-inline"}
|
|
35
|
+
{"term":"stiff","sentence":"a lucky stiff","sourceSynset":"10675559-n","source":"wordnet-inline"}
|
|
36
|
+
{"term":"union","sentence":"you have to join the union in order to get a job","sourceSynset":"08249977-n","source":"wordnet-inline"}
|
|
37
|
+
{"term":"circle","sentence":"he calculated the circumference of the circle","sourceSynset":"13896141-n","source":"wordnet-inline"}
|
|
38
|
+
{"term":"carrier","sentence":"the bonds were transmitted by carrier","sourceSynset":"09917148-n","source":"wordnet-inline"}
|
|
39
|
+
{"term":"defense","sentence":"they died in the defense of Stalingrad","sourceSynset":"00956422-n","source":"wordnet-inline"}
|
|
40
|
+
{"term":"opposite","sentence":"to him the antonym of ‘gay’ was ‘depressed’","sourceSynset":"06298695-n","source":"wordnet-inline"}
|
|
41
|
+
{"term":"grey","sentence":"the Confederate army was a vast grey","sourceSynset":"08498020-n","source":"wordnet-inline"}
|
|
42
|
+
{"term":"knot","sentence":"a small knot of women listened to his sermon","sourceSynset":"07976998-n","source":"wordnet-inline"}
|
|
43
|
+
{"term":"left","sentence":"she stood on the left","sourceSynset":"08643037-n","source":"wordnet-inline"}
|
|
44
|
+
{"term":"lost","sentence":"the agony of the doomed was in his voice","sourceSynset":"07963280-n","source":"wordnet-inline"}
|
|
45
|
+
{"term":"blind","sentence":"he spent hours reading to the blind","sourceSynset":"07960684-n","source":"wordnet-inline"}
|
|
46
|
+
{"term":"state","sentence":"his state is in the deep south","sourceSynset":"08671935-n","source":"wordnet-inline"}
|
|
47
|
+
{"term":"tramp","sentence":"a homeless tramp","sourceSynset":"10742949-n","source":"wordnet-inline"}
|
|
48
|
+
{"term":"clutch","sentence":"he released his clasp on my arm","sourceSynset":"00814187-n","source":"wordnet-inline"}
|
|
49
|
+
{"term":"living","sentence":"he could no longer cope with the complexities of life","sourceSynset":"05818587-n","source":"wordnet-inline"}
|
|
50
|
+
{"term":"company","sentence":"he only invests in large well-established companies","sourceSynset":"08074934-n","source":"wordnet-inline"}
|
|
51
|
+
{"term":"ace","sentence":"he has the one but will need a two and three to go with it","sourceSynset":"13764713-n","source":"wordnet-inline"}
|
|
52
|
+
{"term":"flop","sentence":"this computer can perform a million flops per second","sourceSynset":"13503197-n","source":"wordnet-inline"}
|
|
53
|
+
{"term":"rock","sentence":"he threw a rock at me","sourceSynset":"09438954-n","source":"wordnet-inline"}
|
|
54
|
+
{"term":"sick","sentence":"they devote their lives to caring for the sick","sourceSynset":"07967004-n","source":"wordnet-inline"}
|
|
55
|
+
{"term":"caller","sentence":"the room was a mess because he hadn't expected company","sourceSynset":"09907302-n","source":"wordnet-inline"}
|
|
56
|
+
{"term":"couple","sentence":"the engaged couple","sourceSynset":"08002070-n","source":"wordnet-inline"}
|
|
57
|
+
{"term":"pledge","sentence":"his saxophone was in pledge","sourceSynset":"13371717-n","source":"wordnet-inline"}
|
|
58
|
+
{"term":"system","sentence":"he bought a new stereo system","sourceSynset":"04384144-n","source":"wordnet-inline"}
|
|
59
|
+
{"term":"business","sentence":"he bought his brother's business","sourceSynset":"08077878-n","source":"wordnet-inline"}
|
|
60
|
+
{"term":"associate","sentence":"he had to consult his associate before continuing","sourceSynset":"09836176-n","source":"wordnet-inline"}
|
|
61
|
+
{"term":"sum","sentence":"he borrowed a large sum","sourceSynset":"13352213-n","source":"wordnet-inline"}
|
|
62
|
+
{"term":"best","sentence":"they did their best","sourceSynset":"00128351-n","source":"wordnet-inline"}
|
|
63
|
+
{"term":"cream","sentence":"the cream of England's young men were killed in the Great War","sourceSynset":"08403766-n","source":"wordnet-inline"}
|
|
64
|
+
{"term":"labor","sentence":"there is a shortage of skilled labor in this field","sourceSynset":"08197557-n","source":"wordnet-inline"}
|
|
65
|
+
{"term":"staff","sentence":"the hospital has an excellent nursing staff","sourceSynset":"08456947-n","source":"wordnet-inline"}
|
|
66
|
+
{"term":"world","sentence":"they study the evolution of the universe","sourceSynset":"09489410-n","source":"wordnet-inline"}
|
|
67
|
+
{"term":"jumper","sentence":"as the jumper neared the ground he lost control","sourceSynset":"10246663-n","source":"wordnet-inline"}
|
|
68
|
+
{"term":"labour","sentence":"there is a shortage of skilled labor in this field","sourceSynset":"08197557-n","source":"wordnet-inline"}
|
|
69
|
+
{"term":"culture","sentence":"early Mayan civilization","sourceSynset":"08304765-n","source":"wordnet-inline"}
|
|
70
|
+
{"term":"unknown","sentence":"they came like angels out of the unknown","sourceSynset":"08649671-n","source":"wordnet-inline"}
|
|
71
|
+
{"term":"national","sentence":"a monarch has a duty to his subjects","sourceSynset":"09648571-n","source":"wordnet-inline"}
|
|
72
|
+
{"term":"association","sentence":"he joined the Modern Language Association","sourceSynset":"08066153-n","source":"wordnet-inline"}
|
|
73
|
+
{"term":"bum","sentence":"only a rotter would do that","sourceSynset":"10559272-n","source":"wordnet-inline"}
|
|
74
|
+
{"term":"law","sentence":"civilization presupposes respect for the law","sourceSynset":"08458195-n","source":"wordnet-inline"}
|
|
75
|
+
{"term":"clump","sentence":"a bunch of trees","sourceSynset":"07976557-n","source":"wordnet-inline"}
|
|
76
|
+
{"term":"ghost","sentence":"he looked like he had seen a ghost","sourceSynset":"05906778-n","source":"wordnet-inline"}
|
|
77
|
+
{"term":"clear","sentence":"investigation showed that he was in the clear","sourceSynset":"14013987-n","source":"wordnet-inline"}
|
|
78
|
+
{"term":"right","sentence":"they are endowed by their Creator with certain unalienable Rights","sourceSynset":"05182180-n","source":"wordnet-inline"}
|
|
79
|
+
{"term":"open","sentence":"finally broke out of the forest into the open","sourceSynset":"08649998-n","source":"wordnet-inline"}
|
|
80
|
+
{"term":"beat","sentence":"in the old days a policeman walked a beat and knew all his people by name","sourceSynset":"08524402-n","source":"wordnet-inline"}
|
|
81
|
+
{"term":"back","sentence":"his back was nicely tanned","sourceSynset":"05566350-n","source":"wordnet-inline"}
|
|
82
|
+
{"term":"block","sentence":"the pyramids were built with large stone blocks","sourceSynset":"02855782-n","source":"wordnet-inline"}
|
|
83
|
+
{"term":"keep","sentence":"each child was expected to pay for their keep","sourceSynset":"13386459-n","source":"wordnet-inline"}
|
|
84
|
+
{"term":"square","sentence":"you can compute the area of a square if you know the length of its sides","sourceSynset":"13901273-n","source":"wordnet-inline"}
|
|
85
|
+
{"term":"center","sentence":"it is in the center of town","sourceSynset":"08540894-n","source":"wordnet-inline"}
|
|
86
|
+
{"term":"centre","sentence":"it is in the center of town","sourceSynset":"08540894-n","source":"wordnet-inline"}
|
|
87
|
+
{"term":"top","sentence":"the mower cuts off the tops of the grass","sourceSynset":"08681598-n","source":"wordnet-inline"}
|
|
88
|
+
{"term":"post","sentence":"a soldier manned the entrance post","sourceSynset":"08641960-n","source":"wordnet-inline"}
|
|
89
|
+
{"term":"field","sentence":"he planted a field of wheat","sourceSynset":"08587527-n","source":"wordnet-inline"}
|
|
90
|
+
{"term":"spot","sentence":"this is a nice place for a picnic","sourceSynset":"08682181-n","source":"wordnet-inline"}
|
|
91
|
+
{"term":"bar","sentence":"he drowned his sorrows in whiskey at the bar","sourceSynset":"02800154-n","source":"wordnet-inline"}
|
|
92
|
+
{"term":"end","sentence":"the end of the pier","sourceSynset":"08583557-n","source":"wordnet-inline"}
|
|
93
|
+
{"term":"quarter","sentence":"a quarter of a pound","sourceSynset":"13759620-n","source":"wordnet-inline"}
|
|
94
|
+
{"term":"position","sentence":"he put the lamp back in its place","sourceSynset":"08639173-n","source":"wordnet-inline"}
|
|
95
|
+
{"term":"land","sentence":"he built the house on land leased from the city","sourceSynset":"13270947-n","source":"wordnet-inline"}
|
|
96
|
+
{"term":"range","sentence":"a piano has a greater range than the human voice","sourceSynset":"05132642-n","source":"wordnet-inline"}
|
|
97
|
+
{"term":"seat","sentence":"he booked their seats in advance","sourceSynset":"08665191-n","source":"wordnet-inline"}
|
|
98
|
+
{"term":"section","sentence":"he always turns first to the business section","sourceSynset":"06403644-n","source":"wordnet-inline"}
|
|
99
|
+
{"term":"corner","sentence":"he tripled to the rightfield corner","sourceSynset":"08561994-n","source":"wordnet-inline"}
|
|
100
|
+
{"term":"dig","sentence":"they set up camp next to the dig","sourceSynset":"08567651-n","source":"wordnet-inline"}
|
|
101
|
+
{"term":"way","sentence":"her dignified manner","sourceSynset":"04936080-n","source":"wordnet-inline"}
|
|
102
|
+
{"term":"patch","sentence":"a bald spot","sourceSynset":"04689819-n","source":"wordnet-inline"}
|
|
103
|
+
{"term":"reach","sentence":"range of motion","sourceSynset":"08646496-n","source":"wordnet-inline"}
|
|
104
|
+
{"term":"thick","sentence":"in the midst of the crowd","sourceSynset":"08606254-n","source":"wordnet-inline"}
|
|
105
|
+
{"term":"ruin","sentence":"you have brought ruin on this entire family","sourceSynset":"14585916-n","source":"wordnet-inline"}
|
|
106
|
+
{"term":"floor","sentence":"they needed rugs to cover the bare floors","sourceSynset":"03370438-n","source":"wordnet-inline"}
|
|
107
|
+
{"term":"retreat","sentence":"the disorderly retreat of French troops","sourceSynset":"00057732-n","source":"wordnet-inline"}
|
|
108
|
+
{"term":"scene","sentence":"the police returned to the scene of the crime","sourceSynset":"08663538-n","source":"wordnet-inline"}
|
|
109
|
+
{"term":"space","sentence":"they tested his ability to locate objects in space","sourceSynset":"00028950-n","source":"wordnet-inline"}
|
|
110
|
+
{"term":"common","sentence":"they went for a walk in the park","sourceSynset":"08632949-n","source":"wordnet-inline"}
|
|
111
|
+
{"term":"surface","sentence":"there is a special cleaner for these surfaces","sourceSynset":"04369112-n","source":"wordnet-inline"}
|
|
112
|
+
{"term":"coil","sentence":"a coil of rope","sourceSynset":"03069428-n","source":"wordnet-inline"}
|
|
113
|
+
{"term":"limit","sentence":"what he did was beyond the bounds of acceptable behavior","sourceSynset":"05131322-n","source":"wordnet-inline"}
|
|
114
|
+
{"term":"lodge","sentence":"he joined a golf club","sourceSynset":"08244135-n","source":"wordnet-inline"}
|
|
115
|
+
{"term":"middle","sentence":"it is in the center of town","sourceSynset":"08540894-n","source":"wordnet-inline"}
|
|
116
|
+
{"term":"preserve","sentence":"medicine is no longer a male preserve","sourceSynset":"14539065-n","source":"wordnet-inline"}
|
|
117
|
+
{"term":"direction","sentence":"he looked the other direction","sourceSynset":"08697710-n","source":"wordnet-inline"}
|
|
118
|
+
{"term":"hall","sentence":"the elevators were at the end of the hall","sourceSynset":"03485035-n","source":"wordnet-inline"}
|
|
119
|
+
{"term":"tape","sentence":"he used a piece of tape for a belt","sourceSynset":"04398656-n","source":"wordnet-inline"}
|
|
120
|
+
{"term":"derivation","sentence":"he prefers shoes of Italian derivation","sourceSynset":"08525126-n","source":"wordnet-inline"}
|
|
121
|
+
{"term":"bent","sentence":"the set of his mind was obvious","sourceSynset":"06209437-n","source":"wordnet-inline"}
|
|
122
|
+
{"term":"paint","sentence":"artists use ‘paint’ and ‘pigment’ interchangeably","sourceSynset":"03880896-n","source":"wordnet-inline"}
|
|
123
|
+
{"term":"sphere","sentence":"his social sphere is limited","sourceSynset":"14537641-n","source":"wordnet-inline"}
|
|
124
|
+
{"term":"bearing","sentence":"those issues have no bearing on our situation","sourceSynset":"13817907-n","source":"wordnet-inline"}
|
|
125
|
+
{"term":"profile","sentence":"a biochemical profile of blood","sourceSynset":"07015715-n","source":"wordnet-inline"}
|
|
126
|
+
{"term":"area","sentence":"it was a mountainous area","sourceSynset":"08514304-n","source":"wordnet-inline"}
|
|
127
|
+
{"term":"chase","sentence":"the culprit started to run and the cop took off in pursuit","sourceSynset":"00320765-n","source":"wordnet-inline"}
|
|
128
|
+
{"term":"cut","sentence":"everyone got a cut of the earnings","sourceSynset":"13310182-n","source":"wordnet-inline"}
|
|
129
|
+
{"term":"light","sentence":"the light was filtered through a soft glass window","sourceSynset":"11494354-n","source":"wordnet-inline"}
|
|
130
|
+
{"term":"charge","sentence":"the wrestler's charge carried him past his adversary","sourceSynset":"00976848-n","source":"wordnet-inline"}
|
|
131
|
+
{"term":"check","sentence":"he paid all his bills by check","sourceSynset":"13402907-n","source":"wordnet-inline"}
|
|
132
|
+
{"term":"work","sentence":"she checked several points needing further work","sourceSynset":"00576778-n","source":"wordnet-inline"}
|
|
133
|
+
{"term":"stock","sentence":"he owns a controlling share of the company's stock","sourceSynset":"13354848-n","source":"wordnet-inline"}
|
|
134
|
+
{"term":"stick","sentence":"he collected dry sticks for a campfire","sourceSynset":"04324558-n","source":"wordnet-inline"}
|
|
135
|
+
{"term":"flat","sentence":"the salt flats of Utah","sourceSynset":"09304317-n","source":"wordnet-inline"}
|
|
136
|
+
{"term":"press","sentence":"the insistence of their hunger","sourceSynset":"14474815-n","source":"wordnet-inline"}
|
|
137
|
+
{"term":"swing","sentence":"the party went with a swing","sourceSynset":"14033417-n","source":"wordnet-inline"}
|
|
138
|
+
{"term":"stretch","sentence":"a stretch of highway","sourceSynset":"09472094-n","source":"wordnet-inline"}
|
|
139
|
+
{"term":"shot","sentence":"his shooting was slow but accurate","sourceSynset":"00123481-n","source":"wordnet-inline"}
|
|
140
|
+
{"term":"strip","sentence":"he felt a flat strip of muscle","sourceSynset":"09472659-n","source":"wordnet-inline"}
|
|
141
|
+
{"term":"tie","sentence":"he stood in front of the mirror tightening his necktie","sourceSynset":"03821155-n","source":"wordnet-inline"}
|
|
142
|
+
{"term":"match","sentence":"he always carries matches to light his pipe","sourceSynset":"03733928-n","source":"wordnet-inline"}
|
|
143
|
+
{"term":"piece","sentence":"an important piece of the evidence","sourceSynset":"03938441-n","source":"wordnet-inline"}
|
|
144
|
+
{"term":"still","sentence":"he wanted some stills for a magazine ad","sourceSynset":"04326386-n","source":"wordnet-inline"}
|
|
145
|
+
{"term":"present","sentence":"that is enough for the present","sourceSynset":"15144478-n","source":"wordnet-inline"}
|
|
146
|
+
{"term":"trim","sentence":"in good trim","sourceSynset":"14521095-n","source":"wordnet-inline"}
|
|
147
|
+
{"term":"squeeze","sentence":"he gave her cheek a playful squeeze","sourceSynset":"00357849-n","source":"wordnet-inline"}
|
|
148
|
+
{"term":"fret","sentence":"don't get in a stew","sourceSynset":"14426964-n","source":"wordnet-inline"}
|
|
149
|
+
{"term":"track","sentence":"the hurricane demolished houses in its path","sourceSynset":"09410115-n","source":"wordnet-inline"}
|
|
150
|
+
{"term":"low","sentence":"a low moved in over night bringing sleet and snow","sourceSynset":"14544431-n","source":"wordnet-inline"}
|
|
151
|
+
{"term":"chip","sentence":"a bit of rock caught him in the eye","sourceSynset":"09244958-n","source":"wordnet-inline"}
|
|
152
|
+
{"term":"mold","sentence":"pottery of this cast was found throughout the region","sourceSynset":"13936581-n","source":"wordnet-inline"}
|
|
153
|
+
{"term":"shade","sentence":"it is much cooler in the shade","sourceSynset":"14008098-n","source":"wordnet-inline"}
|
|
154
|
+
{"term":"stuff","sentence":"coal is a hard black material","sourceSynset":"14604877-n","source":"wordnet-inline"}
|
|
155
|
+
{"term":"reverse","sentence":"we thought Sue was older than Bill but just the reverse was true","sourceSynset":"13880801-n","source":"wordnet-inline"}
|
|
156
|
+
{"term":"subject","sentence":"he didn't want to discuss that subject","sourceSynset":"06612141-n","source":"wordnet-inline"}
|
|
157
|
+
{"term":"approach","sentence":"his approach to every problem is to draw up a list of pros and cons","sourceSynset":"00942956-n","source":"wordnet-inline"}
|
|
158
|
+
{"term":"bill","sentence":"they held a public hearing on the bill","sourceSynset":"06548844-n","source":"wordnet-inline"}
|
|
159
|
+
{"term":"card","sentence":"he collected cards and traded them with the other boys","sourceSynset":"02965981-n","source":"wordnet-inline"}
|
|
160
|
+
{"term":"credit","sentence":"give her recognition for trying","sourceSynset":"06701019-n","source":"wordnet-inline"}
|
|
161
|
+
{"term":"pay","sentence":"wages were paid by cash","sourceSynset":"13300285-n","source":"wordnet-inline"}
|
|
162
|
+
{"term":"ball","sentence":"the ball travelled 90 mph on his serve","sourceSynset":"02781674-n","source":"wordnet-inline"}
|
|
163
|
+
{"term":"record","sentence":"the film provided a valuable record of stage techniques","sourceSynset":"06659969-n","source":"wordnet-inline"}
|
|
164
|
+
{"term":"negative","sentence":"he answered in the negative","sourceSynset":"07219571-n","source":"wordnet-inline"}
|
|
165
|
+
{"term":"lap","sentence":"he picked up the little girl and plopped her down in his lap","sourceSynset":"05570228-n","source":"wordnet-inline"}
|
|
166
|
+
{"term":"bend","sentence":"a bend in the road","sourceSynset":"13891966-n","source":"wordnet-inline"}
|
|
167
|
+
{"term":"flap","sentence":"he wrote on the flap of the envelope","sourceSynset":"03362222-n","source":"wordnet-inline"}
|
|
168
|
+
{"term":"image","sentence":"her imagination forced images upon her too awful to contemplate","sourceSynset":"05936904-n","source":"wordnet-inline"}
|
|
169
|
+
{"term":"plain","sentence":"they emerged from the woods onto a vast open plain","sourceSynset":"09416498-n","source":"wordnet-inline"}
|
|
170
|
+
{"term":"print","sentence":"I want to see it in print","sourceSynset":"06691047-n","source":"wordnet-inline"}
|
|
171
|
+
{"term":"slick","sentence":"he could feel the slickness of the tiller","sourceSynset":"04954805-n","source":"wordnet-inline"}
|
|
172
|
+
{"term":"spoil","sentence":"to the victor belong the spoils of the enemy","sourceSynset":"13283361-n","source":"wordnet-inline"}
|
|
173
|
+
{"term":"offset","sentence":"they got an early start","sourceSynset":"15290329-n","source":"wordnet-inline"}
|
|
174
|
+
{"term":"relief","sentence":"as he heard the news he was suddenly flooded with relief","sourceSynset":"07508420-n","source":"wordnet-inline"}
|
|
175
|
+
{"term":"channel","sentence":"a channel is typically what you rent from a telephone company","sourceSynset":"06270551-n","source":"wordnet-inline"}
|
|
176
|
+
{"term":"ice","sentence":"Americans like ice in their drinks","sourceSynset":"14939335-n","source":"wordnet-inline"}
|
|
177
|
+
{"term":"bust","sentence":"the play was a dismal flop","sourceSynset":"07379624-n","source":"wordnet-inline"}
|
|
178
|
+
{"term":"grip","sentence":"he released his clasp on my arm","sourceSynset":"00814187-n","source":"wordnet-inline"}
|
|
179
|
+
{"term":"stem","sentence":"thematic vowels are part of the stem","sourceSynset":"06311183-n","source":"wordnet-inline"}
|
|
180
|
+
{"term":"suit","sentence":"they buried him in his best suit","sourceSynset":"04357983-n","source":"wordnet-inline"}
|
|
181
|
+
{"term":"flood","sentence":"plains fertilized by annual inundations","sourceSynset":"11475008-n","source":"wordnet-inline"}
|
|
182
|
+
{"term":"ground","sentence":"the plane turned away from the sea and moved back over land","sourceSynset":"09357302-n","source":"wordnet-inline"}
|
|
183
|
+
{"term":"waste","sentence":"they collect the waste once a week","sourceSynset":"14880414-n","source":"wordnet-inline"}
|
|
184
|
+
{"term":"rush","sentence":"in his haste to leave he forgot his book","sourceSynset":"00556685-n","source":"wordnet-inline"}
|
|
185
|
+
{"term":"grain","sentence":"a grain of sand","sourceSynset":"09313683-n","source":"wordnet-inline"}
|
|
186
|
+
{"term":"pit","sentence":"they dug a pit to bury the body","sourceSynset":"09416001-n","source":"wordnet-inline"}
|
|
187
|
+
{"term":"colour","sentence":"she used a different color for the trim","sourceSynset":"15009532-n","source":"wordnet-inline"}
|
|
188
|
+
{"term":"fill","sentence":"he ate his fill of potatoes","sourceSynset":"13601926-n","source":"wordnet-inline"}
|
|
189
|
+
{"term":"swallow","sentence":"a sup of ale","sourceSynset":"07594841-n","source":"wordnet-inline"}
|
|
190
|
+
{"term":"spur","sentence":"the ceaseless prodding got on his nerves","sourceSynset":"07267046-n","source":"wordnet-inline"}
|
|
191
|
+
{"term":"fat","sentence":"pizza has too much fat","sourceSynset":"14888511-n","source":"wordnet-inline"}
|
|
192
|
+
{"term":"label","sentence":"the label modern is applied to many different kinds of architecture","sourceSynset":"07217239-n","source":"wordnet-inline"}
|
|
193
|
+
{"term":"stain","sentence":"the wine left a dark stain","sourceSynset":"04702524-n","source":"wordnet-inline"}
|
|
194
|
+
{"term":"composition","sentence":"harmonious composition is essential in a serious work of art","sourceSynset":"05083641-n","source":"wordnet-inline"}
|
|
195
|
+
{"term":"mint","sentence":"a batch of letters","sourceSynset":"13796604-n","source":"wordnet-inline"}
|
|
196
|
+
{"term":"tick","sentence":"he counted the ticks of the clock","sourceSynset":"07412361-n","source":"wordnet-inline"}
|
|
197
|
+
{"term":"cement","sentence":"they stood on the grey cement beside the pool","sourceSynset":"14828657-n","source":"wordnet-inline"}
|
|
198
|
+
{"term":"preparation","sentence":"preparations for the ceremony had begun","sourceSynset":"01145325-n","source":"wordnet-inline"}
|
|
199
|
+
{"term":"dust","sentence":"the furniture was covered with dust","sourceSynset":"14864016-n","source":"wordnet-inline"}
|
|
200
|
+
{"term":"pulp","sentence":"he pounded it to a pulp","sourceSynset":"09423701-n","source":"wordnet-inline"}
|
|
201
|
+
{"term":"bloom","sentence":"you will stop all bloom if you let the flowers go to seed","sourceSynset":"13460563-n","source":"wordnet-inline"}
|
|
202
|
+
{"term":"ferment","sentence":"the political ferment produced new leadership","sourceSynset":"14002988-n","source":"wordnet-inline"}
|
|
203
|
+
{"term":"vein","sentence":"all veins except the pulmonary vein carry unaerated blood","sourceSynset":"05426061-n","source":"wordnet-inline"}
|
|
204
|
+
{"term":"assay","sentence":"they made an assay of the contents","sourceSynset":"05746570-n","source":"wordnet-inline"}
|
|
205
|
+
{"term":"complex","sentence":"the complex of shopping malls, houses, and roads created a new town","sourceSynset":"05878987-n","source":"wordnet-inline"}
|
|
206
|
+
{"term":"filling","sentence":"there was not enough fill for the trench","sourceSynset":"14892394-n","source":"wordnet-inline"}
|
|
207
|
+
{"term":"wad","sentence":"he used a wad of cotton to wipe the counter","sourceSynset":"15137269-n","source":"wordnet-inline"}
|
|
208
|
+
{"term":"fawn","sentence":"she wore dun","sourceSynset":"04980377-n","source":"wordnet-inline"}
|
|
209
|
+
{"term":"fuel","sentence":"more fuel is needed during the winter months","sourceSynset":"14899228-n","source":"wordnet-inline"}
|
|
210
|
+
{"term":"fall","sentence":"in the fall of 1973","sourceSynset":"15261656-n","source":"wordnet-inline"}
|
|
211
|
+
{"term":"pass","sentence":"he worked the pitcher for a base on balls","sourceSynset":"00128106-n","source":"wordnet-inline"}
|
|
212
|
+
{"term":"go","sentence":"it's my go","sourceSynset":"15317305-n","source":"wordnet-inline"}
|
|
213
|
+
{"term":"roll","sentence":"wheels in axial rotation","sourceSynset":"07456219-n","source":"wordnet-inline"}
|
|
214
|
+
{"term":"drop","sentence":"he studied the shapes of low-viscosity drops","sourceSynset":"13924278-n","source":"wordnet-inline"}
|
|
215
|
+
{"term":"blow","sentence":"a blow on the head","sourceSynset":"01175528-n","source":"wordnet-inline"}
|
|
216
|
+
{"term":"return","sentence":"his gross income was enough that he had to file a tax return","sourceSynset":"06560662-n","source":"wordnet-inline"}
|
|
217
|
+
{"term":"strike","sentence":"the strike lasted more than a month before it was settled","sourceSynset":"01246221-n","source":"wordnet-inline"}
|
|
218
|
+
{"term":"snap","sentence":"Mays made the catch with his back to the plate","sourceSynset":"00139776-n","source":"wordnet-inline"}
|
|
219
|
+
{"term":"twist","sentence":"events suddenly took an awkward turn","sourceSynset":"07437965-n","source":"wordnet-inline"}
|
|
220
|
+
{"term":"case","sentence":"it was a case of bad judgment","sourceSynset":"07323507-n","source":"wordnet-inline"}
|
|
221
|
+
{"term":"deal","sentence":"it was a package deal","sourceSynset":"01112179-n","source":"wordnet-inline"}
|
|
222
|
+
{"term":"start","sentence":"it was off to a good start","sourceSynset":"07339790-n","source":"wordnet-inline"}
|
|
223
|
+
{"term":"deep","sentence":"in the deep of night","sourceSynset":"15292202-n","source":"wordnet-inline"}
|
|
224
|
+
{"term":"jump","sentence":"a jump in attendance","sourceSynset":"07428822-n","source":"wordnet-inline"}
|
|
225
|
+
{"term":"step","sentence":"the situation called for strong measures","sourceSynset":"00175261-n","source":"wordnet-inline"}
|
|
226
|
+
{"term":"stop","sentence":"it came to a stop at the bottom of the hill","sourceSynset":"07380449-n","source":"wordnet-inline"}
|
|
227
|
+
{"term":"pound","sentence":"he got a hernia when he tried to lift 100 pounds","sourceSynset":"13742201-n","source":"wordnet-inline"}
|
|
228
|
+
{"term":"advance","sentence":"he listened for the progress of the troops","sourceSynset":"07459865-n","source":"wordnet-inline"}
|
|
229
|
+
{"term":"rest","sentence":"there was no remainder","sourceSynset":"13833030-n","source":"wordnet-inline"}
|
|
230
|
+
{"term":"crash","sentence":"he could hear the clang of distant bells","sourceSynset":"07394744-n","source":"wordnet-inline"}
|
|
231
|
+
{"term":"score","sentence":"she made good marks in algebra","sourceSynset":"05745098-n","source":"wordnet-inline"}
|
|
232
|
+
{"term":"figure","sentence":"the area covered can be seen from Figure 2","sourceSynset":"07012307-n","source":"wordnet-inline"}
|
|
233
|
+
{"term":"leave","sentence":"a ten day's leave to visit his mother","sourceSynset":"15164090-n","source":"wordnet-inline"}
|
|
234
|
+
{"term":"smash","sentence":"the sudden knock floored him","sourceSynset":"07424807-n","source":"wordnet-inline"}
|
|
235
|
+
{"term":"stroke","sentence":"it took two strokes to get out of the bunker","sourceSynset":"00566339-n","source":"wordnet-inline"}
|
|
236
|
+
{"term":"first","sentence":"He wanted to be the first","sourceSynset":"13868396-n","source":"wordnet-inline"}
|
|
237
|
+
{"term":"sweep","sentence":"the sweep of the plains","sourceSynset":"05135224-n","source":"wordnet-inline"}
|
|
238
|
+
{"term":"even","sentence":"he enjoyed the evening light across the lake","sourceSynset":"15191509-n","source":"wordnet-inline"}
|
|
239
|
+
{"term":"kick","sentence":"he gave the ball a powerful kick","sourceSynset":"00137149-n","source":"wordnet-inline"}
|
|
240
|
+
{"term":"heave","sentence":"the heaving of waves on a rough sea","sourceSynset":"07385568-n","source":"wordnet-inline"}
|
|
241
|
+
{"term":"trace","sentence":"he speaks French with a trace of an accent","sourceSynset":"13795501-n","source":"wordnet-inline"}
|
|
242
|
+
{"term":"opening","sentence":"there was a small opening between the trees","sourceSynset":"09402023-n","source":"wordnet-inline"}
|
|
243
|
+
{"term":"full","sentence":"the moon is at the full","sourceSynset":"15232352-n","source":"wordnet-inline"}
|
|
244
|
+
{"term":"gain","sentence":"there was an addition to property taxes this year","sourceSynset":"13776433-n","source":"wordnet-inline"}
|
|
245
|
+
{"term":"jack","sentence":"you don't know jack","sourceSynset":"13795187-n","source":"wordnet-inline"}
|
|
246
|
+
{"term":"bang","sentence":"the sudden knock floored him","sourceSynset":"07424807-n","source":"wordnet-inline"}
|
|
247
|
+
{"term":"dash","sentence":"he wooed her with the confident dash of a cavalry officer","sourceSynset":"04820120-n","source":"wordnet-inline"}
|
|
248
|
+
{"term":"flick","sentence":"he gave it a flick with his finger","sourceSynset":"07352958-n","source":"wordnet-inline"}
|
|
249
|
+
{"term":"proof","sentence":"if you have any proof for what you say, now is the time to produce it","sourceSynset":"05833063-n","source":"wordnet-inline"}
|
|
250
|
+
{"term":"passing","sentence":"the coach sent in a passing play on third and long","sourceSynset":"00561566-n","source":"wordnet-inline"}
|
|
251
|
+
{"term":"bit","sentence":"a spot of tea","sourceSynset":"13783547-n","source":"wordnet-inline"}
|
|
252
|
+
{"term":"knock","sentence":"the knocking grew louder","sourceSynset":"07400970-n","source":"wordnet-inline"}
|
|
253
|
+
{"term":"trouble","sentence":"one trouble after another delayed the job","sourceSynset":"05695143-n","source":"wordnet-inline"}
|
|
254
|
+
{"term":"collapse","sentence":"the commander's prostration demoralized his men","sourceSynset":"14089685-n","source":"wordnet-inline"}
|
|
255
|
+
{"term":"movement","sentence":"the reflex motion of his eyebrows revealed his surprise","sourceSynset":"00332776-n","source":"wordnet-inline"}
|
|
256
|
+
{"term":"standard","sentence":"the schools comply with federal standards","sourceSynset":"07275291-n","source":"wordnet-inline"}
|
|
257
|
+
{"term":"rap","sentence":"he took the blame for it","sourceSynset":"06726691-n","source":"wordnet-inline"}
|
|
258
|
+
{"term":"peck","sentence":"a batch of letters","sourceSynset":"13796604-n","source":"wordnet-inline"}
|
|
259
|
+
{"term":"zero","sentence":"it looked like nothing I had ever seen before","sourceSynset":"13762308-n","source":"wordnet-inline"}
|
|
260
|
+
{"term":"blaze","sentence":"the blaze spread rapidly","sourceSynset":"13460261-n","source":"wordnet-inline"}
|
|
261
|
+
{"term":"factor","sentence":"a number of factors determined the outcome","sourceSynset":"07342405-n","source":"wordnet-inline"}
|
|
262
|
+
{"term":"little","sentence":"he accepted the little they gave him","sourceSynset":"13784857-n","source":"wordnet-inline"}
|
|
263
|
+
{"term":"scrape","sentence":"the scrape of violin bows distracted her","sourceSynset":"07407582-n","source":"wordnet-inline"}
|
|
264
|
+
{"term":"one","sentence":"he has the one but will need a two and three to go with it","sourceSynset":"13764713-n","source":"wordnet-inline"}
|
|
265
|
+
{"term":"mesh","sentence":"a 100 mesh screen","sourceSynset":"13676507-n","source":"wordnet-inline"}
|
|
266
|
+
{"term":"climb","sentence":"the car couldn't make it up the rise","sourceSynset":"09229873-n","source":"wordnet-inline"}
|
|
267
|
+
{"term":"chop","sentence":"the boat headed into the chop","sourceSynset":"11548218-n","source":"wordnet-inline"}
|
|
268
|
+
{"term":"special","sentence":"they are having a special on pork chops","sourceSynset":"07181502-n","source":"wordnet-inline"}
|
|
269
|
+
{"term":"mess","sentence":"the house was a mess","sourceSynset":"14523631-n","source":"wordnet-inline"}
|
|
270
|
+
{"term":"breast","sentence":"he beat his breast in anger","sourceSynset":"05560921-n","source":"wordnet-inline"}
|
|
271
|
+
{"term":"humour","sentence":"whether he praised or cursed me depended on his temper at the time","sourceSynset":"07566518-n","source":"wordnet-inline"}
|
|
272
|
+
{"term":"draught","sentence":"they served beer on draft","sourceSynset":"07899955-n","source":"wordnet-inline"}
|
|
273
|
+
{"term":"delicacy","sentence":"the daintiness of her touch","sourceSynset":"04820315-n","source":"wordnet-inline"}
|
|
274
|
+
{"term":"mush","sentence":"he pounded it to a pulp","sourceSynset":"09423701-n","source":"wordnet-inline"}
|
|
275
|
+
{"term":"neck","sentence":"he admired her long graceful neck","sourceSynset":"05554173-n","source":"wordnet-inline"}
|
|
276
|
+
{"term":"stew","sentence":"don't get in a stew","sourceSynset":"14426964-n","source":"wordnet-inline"}
|
|
277
|
+
{"term":"sweat","sentence":"sweat poured off his brow","sourceSynset":"05413094-n","source":"wordnet-inline"}
|
|
278
|
+
{"term":"region","sentence":"the farming regions of France","sourceSynset":"08647614-n","source":"wordnet-inline"}
|
|
279
|
+
{"term":"backbone","sentence":"faith is his anchor","sourceSynset":"05702197-n","source":"wordnet-inline"}
|
|
280
|
+
{"term":"cake","sentence":"a bar of chocolate","sourceSynset":"02940853-n","source":"wordnet-inline"}
|
|
281
|
+
{"term":"menu","sentence":"the menu was in French","sourceSynset":"06504930-n","source":"wordnet-inline"}
|
|
282
|
+
{"term":"must","sentence":"seat belts are an absolute must","sourceSynset":"09386867-n","source":"wordnet-inline"}
|
|
283
|
+
{"term":"mince","sentence":"a mince of mushrooms","sourceSynset":"07666512-n","source":"wordnet-inline"}
|
|
284
|
+
{"term":"posterior","sentence":"he deserves a good kick in the butt","sourceSynset":"05566889-n","source":"wordnet-inline"}
|
|
285
|
+
{"term":"vegetation","sentence":"Pleistocene vegetation","sourceSynset":"08453769-n","source":"wordnet-inline"}
|
|
286
|
+
{"term":"brine","sentence":"the water in the ocean is all saltwater","sourceSynset":"15033414-n","source":"wordnet-inline"}
|
|
287
|
+
{"term":"play","sentence":"he wrote several plays but only one was produced on Broadway","sourceSynset":"07021061-n","source":"wordnet-inline"}
|
|
288
|
+
{"term":"make","sentence":"there's a new brand of hero in the movies now","sourceSynset":"05853667-n","source":"wordnet-inline"}
|
|
289
|
+
{"term":"hold","sentence":"he released his clasp on my arm","sourceSynset":"00814187-n","source":"wordnet-inline"}
|
|
290
|
+
{"term":"close","sentence":"the stopping point of each round was signaled by a bell","sourceSynset":"15292365-n","source":"wordnet-inline"}
|
|
291
|
+
{"term":"mark","sentence":"she made good marks in algebra","sourceSynset":"05745098-n","source":"wordnet-inline"}
|
|
292
|
+
{"term":"form","sentence":"the inflected forms of a word can be represented by a stem and a list of inflections to be attached","sourceSynset":"06301417-n","source":"wordnet-inline"}
|
|
293
|
+
{"term":"order","sentence":"the British ships dropped anchor and waited for orders from London","sourceSynset":"07183274-n","source":"wordnet-inline"}
|
|
294
|
+
{"term":"support","sentence":"his support kept the family together","sourceSynset":"01218392-n","source":"wordnet-inline"}
|
|
295
|
+
{"term":"rule","sentence":"it was his rule to take a walk before breakfast","sourceSynset":"05854581-n","source":"wordnet-inline"}
|
|
296
|
+
{"term":"sign","sentence":"he showed signs of strain","sourceSynset":"06659006-n","source":"wordnet-inline"}
|
|
297
|
+
{"term":"hang","sentence":"he had a bent for it","sourceSynset":"05632037-n","source":"wordnet-inline"}
|
|
298
|
+
{"term":"feel","sentence":"he has a feel for animals","sourceSynset":"05685184-n","source":"wordnet-inline"}
|
|
299
|
+
{"term":"shock","sentence":"his mother's death left him in a daze","sourceSynset":"07525864-n","source":"wordnet-inline"}
|
|
300
|
+
{"term":"offer","sentence":"a generous offer of assistance","sourceSynset":"07199736-n","source":"wordnet-inline"}
|
|
301
|
+
{"term":"show","sentence":"a remarkable show of skill","sourceSynset":"00521313-n","source":"wordnet-inline"}
|
|
302
|
+
{"term":"tone","sentence":"he began in a conversational tone","sourceSynset":"07096765-n","source":"wordnet-inline"}
|
|
303
|
+
{"term":"flare","sentence":"the skirt had a wide flare","sourceSynset":"13885247-n","source":"wordnet-inline"}
|
|
304
|
+
{"term":"life","sentence":"social life","sourceSynset":"13986528-n","source":"wordnet-inline"}
|
|
305
|
+
{"term":"stay","sentence":"they had a nice stay in Paris","sourceSynset":"01055541-n","source":"wordnet-inline"}
|
|
306
|
+
{"term":"think","sentence":"I need to give it a good think","sourceSynset":"05794377-n","source":"wordnet-inline"}
|
|
307
|
+
{"term":"secret","sentence":"the combination to the safe was a secret","sourceSynset":"06685887-n","source":"wordnet-inline"}
|
|
308
|
+
{"term":"account","sentence":"a history of France","sourceSynset":"06526084-n","source":"wordnet-inline"}
|
|
309
|
+
{"term":"note","sentence":"he made a note of the appointment","sourceSynset":"06516453-n","source":"wordnet-inline"}
|
|
310
|
+
{"term":"taste","sentence":"the candy left him with a bad taste","sourceSynset":"05723230-n","source":"wordnet-inline"}
|
|
311
|
+
{"term":"report","sentence":"this accords with the recent study by Hill and Dale","sourceSynset":"07233130-n","source":"wordnet-inline"}
|
|
312
|
+
{"term":"measure","sentence":"the situation called for strong measures","sourceSynset":"00175261-n","source":"wordnet-inline"}
|
|
313
|
+
{"term":"condition","sentence":"a condition (or state) of disrepair","sourceSynset":"13943868-n","source":"wordnet-inline"}
|
|
314
|
+
{"term":"cry","sentence":"the speaker was interrupted by loud cries from the rear of the audience","sourceSynset":"07135232-n","source":"wordnet-inline"}
|
|
315
|
+
{"term":"focus","sentence":"the focus of activity shifted to molecular biology","sourceSynset":"05712641-n","source":"wordnet-inline"}
|
|
316
|
+
{"term":"style","sentence":"her dignified manner","sourceSynset":"04936080-n","source":"wordnet-inline"}
|
|
317
|
+
{"term":"thing","sentence":"this thing has got to end","sourceSynset":"13967020-n","source":"wordnet-inline"}
|
|
318
|
+
{"term":"title","sentence":"Title 8 provided federal help for schools","sourceSynset":"06357363-n","source":"wordnet-inline"}
|
|
319
|
+
{"term":"average","sentence":"it set the norm for American homes","sourceSynset":"06031110-n","source":"wordnet-inline"}
|
|
320
|
+
{"term":"aim","sentence":"his intent was to provide a new translation","sourceSynset":"05991037-n","source":"wordnet-inline"}
|
|
321
|
+
{"term":"know","sentence":"he is always in the know","sourceSynset":"05813020-n","source":"wordnet-inline"}
|
|
322
|
+
{"term":"stir","sentence":"he made a great splash and then disappeared","sourceSynset":"14001613-n","source":"wordnet-inline"}
|
|
323
|
+
{"term":"claim","sentence":"his claim asked for damages","sourceSynset":"06742613-n","source":"wordnet-inline"}
|
|
324
|
+
{"term":"power","sentence":"the deterrent power of nuclear weapons","sourceSynset":"05198072-n","source":"wordnet-inline"}
|
|
325
|
+
{"term":"demand","sentence":"his demands for attention were unceasing","sourceSynset":"07205939-n","source":"wordnet-inline"}
|
|
326
|
+
{"term":"design","sentence":"he contributed to the design of a new instrument","sourceSynset":"00929892-n","source":"wordnet-inline"}
|
|
327
|
+
{"term":"notice","sentence":"you didn't give me enough notice","sourceSynset":"06760383-n","source":"wordnet-inline"}
|
|
328
|
+
{"term":"source","sentence":"the Italian beginning of the Renaissance","sourceSynset":"08524579-n","source":"wordnet-inline"}
|
|
329
|
+
{"term":"upgrade","sentence":"the car couldn't make it up the rise","sourceSynset":"09229873-n","source":"wordnet-inline"}
|
|
330
|
+
{"term":"skim","sentence":"there was a thin skim of oil on the water","sourceSynset":"09459435-n","source":"wordnet-inline"}
|
|
331
|
+
{"term":"sight","sentence":"the sight of his wife brought him back to reality","sourceSynset":"05941790-n","source":"wordnet-inline"}
|
|
332
|
+
{"term":"regard","sentence":"it differs in that respect","sourceSynset":"05828314-n","source":"wordnet-inline"}
|
|
333
|
+
{"term":"program","sentence":"they drew up a six-step plan","sourceSynset":"05907175-n","source":"wordnet-inline"}
|
|
334
|
+
{"term":"exposure","sentence":"exposure to the weather","sourceSynset":"05051127-n","source":"wordnet-inline"}
|
|
335
|
+
{"term":"interest","sentence":"an interest in music","sourceSynset":"05690773-n","source":"wordnet-inline"}
|
|
336
|
+
{"term":"remit","sentence":"they set up a group with a remit to suggest ways for strengthening family life","sourceSynset":"05824016-n","source":"wordnet-inline"}
|
|
337
|
+
{"term":"sense","sentence":"a sense of security","sourceSynset":"05685345-n","source":"wordnet-inline"}
|
|
338
|
+
{"term":"slash","sentence":"he put a bandage over the cut","sourceSynset":"14310615-n","source":"wordnet-inline"}
|
|
339
|
+
{"term":"invite","sentence":"he didn't get no invite to the party","sourceSynset":"07201321-n","source":"wordnet-inline"}
|
|
340
|
+
{"term":"mantle","sentence":"place the mantle of authority on younger shoulders","sourceSynset":"06897006-n","source":"wordnet-inline"}
|
|
341
|
+
{"term":"salute","sentence":"a musical salute to the composer on his birthday","sourceSynset":"06701658-n","source":"wordnet-inline"}
|
|
342
|
+
{"term":"stress","sentence":"he put the stress on the wrong syllable","sourceSynset":"07099567-n","source":"wordnet-inline"}
|
|
343
|
+
{"term":"temper","sentence":"his temper sparked like damp firewood","sourceSynset":"07533707-n","source":"wordnet-inline"}
|
|
344
|
+
{"term":"comfort","sentence":"he is a man who enjoys his comfort","sourceSynset":"14468845-n","source":"wordnet-inline"}
|
|
345
|
+
{"term":"resolve","sentence":"his resoluteness carried him through the battle","sourceSynset":"04868717-n","source":"wordnet-inline"}
|
|
346
|
+
{"term":"respect","sentence":"it differs in that respect","sourceSynset":"05828314-n","source":"wordnet-inline"}
|
|
347
|
+
{"term":"conflict","sentence":"the harder the conflict, the more glorious the triumph","sourceSynset":"00961007-n","source":"wordnet-inline"}
|
|
348
|
+
{"term":"standing","sentence":"of equal standing","sourceSynset":"13971316-n","source":"wordnet-inline"}
|
|
349
|
+
{"term":"challenge","sentence":"they reacted irrationally to the challenge of Russian power","sourceSynset":"13955981-n","source":"wordnet-inline"}
|
|
350
|
+
{"term":"programme","sentence":"you can't tell the players without a program","sourceSynset":"06761180-n","source":"wordnet-inline"}
|
|
351
|
+
{"term":"background","sentence":"he is a lawyer with a sports background","sourceSynset":"04928594-n","source":"wordnet-inline"}
|
|
352
|
+
{"term":"conclusion","sentence":"a decision unfavorable to the opposition","sourceSynset":"05846685-n","source":"wordnet-inline"}
|
|
353
|
+
{"term":"impression","sentence":"his impression of her was favorable","sourceSynset":"05925333-n","source":"wordnet-inline"}
|
|
354
|
+
{"term":"particular","sentence":"he always reasons from the particular to the general","sourceSynset":"05826326-n","source":"wordnet-inline"}
|
|
355
|
+
{"term":"cite","sentence":"the student's essay failed to list several important citations","sourceSynset":"06776392-n","source":"wordnet-inline"}
|
|
356
|
+
{"term":"echo","sentence":"she could hear echoes of her own footsteps","sourceSynset":"05017985-n","source":"wordnet-inline"}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{"term":"man","sentence":"there were two women and six men on the bus","sourceSynset":"10306910-n"}
|
|
2
|
+
{"term":"woman","sentence":"the woman kept house while the man hunted","sourceSynset":"10807146-n"}
|
|
3
|
+
{"term":"person","sentence":"there was too much for one person to do","sourceSynset":"00007846-n"}
|
|
4
|
+
{"term":"child","sentence":"she writes books for children","sourceSynset":"09937051-n"}
|
|
5
|
+
{"term":"boy","sentence":"the baby was a boy","sourceSynset":"10305010-n"}
|
|
6
|
+
{"term":"girl","sentence":"a young lady of 18","sourceSynset":"10149362-n"}
|
|
7
|
+
{"term":"baby","sentence":"the baby began to cry again","sourceSynset":"09846929-n"}
|
|
8
|
+
{"term":"friend","sentence":"he was my best friend at the university","sourceSynset":"10132360-n"}
|
|
9
|
+
{"term":"doctor","sentence":"I felt so bad I went to see my doctor","sourceSynset":"10040615-n"}
|
|
10
|
+
{"term":"mother","sentence":"the mother of three children","sourceSynset":"10352098-n"}
|
|
11
|
+
{"term":"father","sentence":"his father was born in Atlanta","sourceSynset":"10100638-n"}
|
|
12
|
+
{"term":"brother","sentence":"my brother still lives with our parents","sourceSynset":"09895920-n"}
|
|
13
|
+
{"term":"sister","sentence":"my sister married a musician","sourceSynset":"10622393-n"}
|
|
14
|
+
{"term":"family","sentence":"he moved his family to Virginia","sourceSynset":"08094856-n"}
|
|
15
|
+
{"term":"soldier","sentence":"the soldiers stood at attention","sourceSynset":"10641415-n"}
|
|
16
|
+
{"term":"crowd","sentence":"a crowd of insects assembled around the flowers","sourceSynset":"08199297-n"}
|
|
17
|
+
{"term":"audience","sentence":"the audience applauded","sourceSynset":"08238818-n"}
|
|
18
|
+
{"term":"club","sentence":"each club played six home games with teams in its own division","sourceSynset":"08096490-n"}
|
|
19
|
+
{"term":"officer","sentence":"an officer is responsible for the lives of his men","sourceSynset":"10336665-n"}
|
|
20
|
+
{"term":"boss","sentence":"if you want to leave early you have to ask the foreman","sourceSynset":"10123978-n"}
|
|
21
|
+
{"term":"son","sentence":"their son became a famous judge","sourceSynset":"10643436-n"}
|
|
22
|
+
{"term":"daughter","sentence":"her daughter cared for her in her old age","sourceSynset":"10012375-n"}
|
|
23
|
+
{"term":"place","sentence":"this is a nice place for a picnic","sourceSynset":"08682181-n"}
|
|
24
|
+
{"term":"city","sentence":"Ancient Troy was a great city","sourceSynset":"08542298-n"}
|
|
25
|
+
{"term":"town","sentence":"they drive through town on their way to work","sourceSynset":"08683242-n"}
|
|
26
|
+
{"term":"country","sentence":"the state has elected a new president","sourceSynset":"08185877-n"}
|
|
27
|
+
{"term":"house","sentence":"he has a house on Cape Cod","sourceSynset":"03549540-n"}
|
|
28
|
+
{"term":"home","sentence":"deliver the package to my home","sourceSynset":"08577045-n"}
|
|
29
|
+
{"term":"room","sentence":"the rooms were very small but they had a nice view","sourceSynset":"04112987-n"}
|
|
30
|
+
{"term":"school","sentence":"the school was founded in 1900","sourceSynset":"08293641-n"}
|
|
31
|
+
{"term":"shop","sentence":"he bought it at a shop on Cape Cod","sourceSynset":"04209460-n"}
|
|
32
|
+
{"term":"market","sentence":"without competition there would be no market","sourceSynset":"01099197-n"}
|
|
33
|
+
{"term":"park","sentence":"there are laws that protect the wildlife in this park","sourceSynset":"08632724-n"}
|
|
34
|
+
{"term":"street","sentence":"they walked the streets of the small town","sourceSynset":"04341737-n"}
|
|
35
|
+
{"term":"farm","sentence":"it takes several people to work the farm","sourceSynset":"03327044-n"}
|
|
36
|
+
{"term":"office","sentence":"he rented an office in the new building","sourceSynset":"03847186-n"}
|
|
37
|
+
{"term":"library","sentence":"they had brandy in the library","sourceSynset":"03666235-n"}
|
|
38
|
+
{"term":"chair","sentence":"he put his coat over the back of the chair and sat down","sourceSynset":"03005231-n"}
|
|
39
|
+
{"term":"bed","sentence":"he sat on the edge of the bed","sourceSynset":"02821967-n"}
|
|
40
|
+
{"term":"door","sentence":"he knocked on the door","sourceSynset":"03226423-n"}
|
|
41
|
+
{"term":"wall","sentence":"the south wall had a small window","sourceSynset":"04554141-n"}
|
|
42
|
+
{"term":"box","sentence":"he rummaged through a box of spare parts","sourceSynset":"02886585-n"}
|
|
43
|
+
{"term":"car","sentence":"he needs a car to get to work","sourceSynset":"02961779-n"}
|
|
44
|
+
{"term":"train","sentence":"express trains don't stop at Princeton Junction","sourceSynset":"04475240-n"}
|
|
45
|
+
{"term":"plate","sentence":"he ruled that the runner failed to touch home","sourceSynset":"03534081-n"}
|
|
46
|
+
{"term":"cup","sentence":"he put the cup back in the saucer","sourceSynset":"03152175-n"}
|
|
47
|
+
{"term":"bag","sentence":"he stuffed his laundry into a large bag","sourceSynset":"02776042-n"}
|
|
48
|
+
{"term":"money","sentence":"we tried to collect the money he owed us","sourceSynset":"13405730-n"}
|
|
49
|
+
{"term":"phone","sentence":"I talked to him on the telephone","sourceSynset":"04408223-n"}
|
|
50
|
+
{"term":"book","sentence":"I am reading a good book on economics","sourceSynset":"06422547-n"}
|
|
51
|
+
{"term":"letter","sentence":"mailed an indignant letter to the editor","sourceSynset":"06636668-n"}
|
|
52
|
+
{"term":"ring","sentence":"it has the ring of sincerity","sourceSynset":"04988907-n"}
|
|
53
|
+
{"term":"dog","sentence":"the dog barked all night","sourceSynset":"02086723-n"}
|
|
54
|
+
{"term":"fish","sentence":"the shark is a large fish","sourceSynset":"02514684-n"}
|
|
55
|
+
{"term":"tiger","sentence":"he's a tiger on the tennis court","sourceSynset":"10730281-n"}
|
|
56
|
+
{"term":"air","sentence":"air pollution","sourceSynset":"14865437-n"}
|
|
57
|
+
{"term":"fire","sentence":"they lost everything in the fire","sourceSynset":"07317454-n"}
|
|
58
|
+
{"term":"earth","sentence":"they dug into the earth outside the church","sourceSynset":"14867162-n"}
|
|
59
|
+
{"term":"stone","sentence":"he threw a rock at me","sourceSynset":"09438954-n"}
|
|
60
|
+
{"term":"sun","sentence":"the shingles were weathered by the sun and wind","sourceSynset":"11505767-n"}
|
|
61
|
+
{"term":"moon","sentence":"he made a moon lamp that he used as a night light","sourceSynset":"09381447-n"}
|
|
62
|
+
{"term":"river","sentence":"the river was navigable for 50 miles","sourceSynset":"09434308-n"}
|
|
63
|
+
{"term":"time","sentence":"this time he succeeded","sourceSynset":"07324217-n"}
|
|
64
|
+
{"term":"day","sentence":"two days later they left","sourceSynset":"15180180-n"}
|
|
65
|
+
{"term":"morning","sentence":"I spent the morning running errands","sourceSynset":"15190336-n"}
|
|
66
|
+
{"term":"evening","sentence":"he enjoyed the evening light across the lake","sourceSynset":"15191509-n"}
|
|
67
|
+
{"term":"week","sentence":"it rained for a week","sourceSynset":"15194920-n"}
|
|
68
|
+
{"term":"month","sentence":"he paid the bill last month","sourceSynset":"15234209-n"}
|
|
69
|
+
{"term":"year","sentence":"she is 4 years old","sourceSynset":"15228587-n"}
|
|
70
|
+
{"term":"hour","sentence":"the job will take more than an hour","sourceSynset":"15252642-n"}
|
|
71
|
+
{"term":"minute","sentence":"he ran a 4 minute mile","sourceSynset":"15259561-n"}
|
|
72
|
+
{"term":"moment","sentence":"the moment he arrived the party began","sourceSynset":"15269461-n"}
|
|
73
|
+
{"term":"season","sentence":"he celebrated his 10th season with the ballet company","sourceSynset":"15264376-n"}
|
|
74
|
+
{"term":"spring","sentence":"the emerging buds were a sure sign of spring","sourceSynset":"15261841-n"}
|
|
75
|
+
{"term":"summer","sentence":"they spent a lazy summer at the shore","sourceSynset":"15262047-n"}
|
|
76
|
+
{"term":"race","sentence":"the race for the presidency","sourceSynset":"07487797-n"}
|
|
77
|
+
{"term":"half","sentence":"half a loaf","sourceSynset":"13758939-n"}
|
|
78
|
+
{"term":"amount","sentence":"he borrowed a large sum","sourceSynset":"13352213-n"}
|
|
79
|
+
{"term":"meeting","sentence":"next year the meeting will be in Chicago","sourceSynset":"08324519-n"}
|
|
80
|
+
{"term":"game","sentence":"you need four people to play this game","sourceSynset":"00456623-n"}
|
|
81
|
+
{"term":"war","sentence":"thousands of people were killed in the war","sourceSynset":"00975181-n"}
|
|
82
|
+
{"term":"trip","sentence":"he took a trip to the shopping center","sourceSynset":"00309196-n"}
|
|
83
|
+
{"term":"holiday","sentence":"we get two weeks of vacation every summer","sourceSynset":"15162842-n"}
|
|
84
|
+
{"term":"autumn","sentence":"in the fall of 1973","sourceSynset":"15261656-n"}
|
|
85
|
+
{"term":"body","sentence":"he felt as if his whole body were on fire","sourceSynset":"05223633-n"}
|
|
86
|
+
{"term":"head","sentence":"he stuck his head out the window","sourceSynset":"05546258-n"}
|
|
87
|
+
{"term":"hand","sentence":"he had the hands of a surgeon","sourceSynset":"05572223-n"}
|
|
88
|
+
{"term":"foot","sentence":"his bare feet projected from his trousers","sourceSynset":"05570899-n"}
|
|
89
|
+
{"term":"mouth","sentence":"he stuffed his mouth with candy","sourceSynset":"05309998-n"}
|
|
90
|
+
{"term":"nose","sentence":"he has a cold in the nose","sourceSynset":"05605902-n"}
|
|
91
|
+
{"term":"hair","sentence":"he combed his hair","sourceSynset":"05262259-n"}
|
|
92
|
+
{"term":"heart","sentence":"in your heart you know it is true","sourceSynset":"05927857-n"}
|
|
93
|
+
{"term":"blood","sentence":"blood carries oxygen and nutrients to the tissues and carries away waste products","sourceSynset":"05407190-n"}
|
|
94
|
+
{"term":"skin","sentence":"your skin is the largest organ of your body","sourceSynset":"05245612-n"}
|
|
95
|
+
{"term":"face","sentence":"he washed his face","sourceSynset":"05608392-n"}
|
|
96
|
+
{"term":"dinner","sentence":"dinner will be at 8","sourceSynset":"07591291-n"}
|
|
97
|
+
{"term":"drink","sentence":"I asked for a hot drink","sourceSynset":"07901198-n"}
|
|
98
|
+
{"term":"tea","sentence":"iced tea is a cooling drink","sourceSynset":"07949514-n"}
|
|
99
|
+
{"term":"coffee","sentence":"he ordered a cup of coffee","sourceSynset":"07945759-n"}
|
|
100
|
+
{"term":"finger","sentence":"her fingers were long and thin","sourceSynset":"05574137-n"}
|
|
101
|
+
{"term":"word","sentence":"words are the blocks from which sentences are made","sourceSynset":"06297048-n"}
|
|
102
|
+
{"term":"story","sentence":"his narrative was interesting","sourceSynset":"07235754-n"}
|
|
103
|
+
{"term":"news","sentence":"they awaited news of the outcome","sourceSynset":"06654787-n"}
|
|
104
|
+
{"term":"idea","sentence":"it was not a good idea","sourceSynset":"05842164-n"}
|
|
105
|
+
{"term":"thought","sentence":"it was not a good idea","sourceSynset":"05842164-n"}
|
|
106
|
+
{"term":"mind","sentence":"his mind wandered","sourceSynset":"05619057-n"}
|
|
107
|
+
{"term":"memory","sentence":"search as he would, the memory was lost","sourceSynset":"05943778-n"}
|
|
108
|
+
{"term":"dream","sentence":"I had a dream about you last night","sourceSynset":"05776550-n"}
|
|
109
|
+
{"term":"love","sentence":"his love for his work","sourceSynset":"07558676-n"}
|
|
110
|
+
{"term":"hope","sentence":"it revived their hope of winning the pennant","sourceSynset":"07526972-n"}
|
|
111
|
+
{"term":"song","sentence":"a successful musical must have at least three good songs","sourceSynset":"07062058-n"}
|
|
112
|
+
{"term":"sound","sentence":"the sound of rain on the roof","sourceSynset":"04988388-n"}
|
|
113
|
+
{"term":"voice","sentence":"A shrill voice sounded behind us","sourceSynset":"04989190-n"}
|
|
114
|
+
{"term":"picture","sentence":"they showed us the pictures of their wedding","sourceSynset":"03937282-n"}
|
|
115
|
+
{"term":"art","sentence":"an art exhibition","sourceSynset":"02746552-n"}
|
|
116
|
+
{"term":"opinion","sentence":"my opinion differs from yours","sourceSynset":"05954491-n"}
|
|
117
|
+
{"term":"reason","sentence":"the reason that war was declared","sourceSynset":"09201896-n"}
|
|
118
|
+
{"term":"imagination","sentence":"popular imagination created a world of demons","sourceSynset":"05633248-n"}
|
|
119
|
+
{"term":"silence","sentence":"there was a shocked silence","sourceSynset":"13948583-n"}
|
|
120
|
+
{"term":"object","sentence":"it was full of rackets, balls and other objects","sourceSynset":"00002684-n"}
|