diff --git a/scripts/validate.py b/scripts/validate.py index bc470e24..b55b0894 100644 --- a/scripts/validate.py +++ b/scripts/validate.py @@ -281,6 +281,7 @@ def main(): instances = set() ilis = set() wikidatas = set() + definitions = set() for synset in wn.synsets: if synset.id[-1:] != synset.part_of_speech.value: @@ -368,6 +369,11 @@ def main(): if len(defn.text) == 0: print("ERROR: empty definition for %s" % (synset.id)) errors += 1 + if defn.text in definitions: + print("ERROR: duplicate definition for %s (%s)" % (synset.id, defn.text)) + errors += 1 + else: + definitions.add(defn.text) sr_counter = Counter((sr.target, sr.rel_type) for sr in synset.synset_relations) diff --git a/src/deprecations.csv b/src/deprecations.csv index b60f2813..68bc8a7a 100644 --- a/src/deprecations.csv +++ b/src/deprecations.csv @@ -150,4 +150,51 @@ "ewn-92333133-n","","ewn-08986627-n","","Duplicate (#1127)" "ewn-92333134-n","","ewn-08986776-n","","Duplicate (#1127)" "ewn-01300469-n","i42189","ewn-01285678-n","i42122","Duplicate (#1127)" +"ewn-14381098-n","i112443","ewn-14104698-n","i110927","Duplicate (#1134)" +"ewn-02025384-v","i31846","ewn-02022224-v","i31831","Duplicate (#1134)" +"ewn-92326409-n","","ewn-07664811-n","i77096","Duplicate (#1134)" +"ewn-12144165-n","i100862","ewn-07819069-n","i78116","Duplicate (#1134)" +"ewn-01743426-v","i30434","ewn-01637966-v","i29918","Duplicate (#1134)" +"ewn-01707783-s","i9334","ewn-01705397-s","i9314","Duplicate (#1134)" +"ewn-02488985-s","i13742","ewn-02179281-s","i11936","Duplicate (#1134)" +"ewn-02463673-s","i13608","ewn-02463536-a","i13607","Duplicate (#1134)" +"ewn-00932330-v","i26262","ewn-00022092-v","i21876","Duplicate (#1134)" +"ewn-00498142-v","i24194","ewn-00158495-v","i22502","Duplicate (#1134)" +"ewn-00179205-v","i22600","ewn-00173351-v","i22577","Duplicate (#1134)" +"ewn-00572673-v","i24606","ewn-00173351-v","i22577","Duplicate (#1134)" +"ewn-86491000-n","","ewn-04771667-n","i62052","Duplicate (#1134)" +"ewn-01409889-v","i28760","ewn-01410030-v","i28761","Duplicate (#1134)" +"ewn-01607363-v","i29771","ewn-01511000-v","i29265","Duplicate (#1134)" +"ewn-07384870-n","i75426","ewn-07377946-n","i75387","Duplicate (#1134)" +"ewn-92363685-n","","ewn-14744853-n","i114358","Duplicate (#1134)" +"ewn-92363714-n","","ewn-14749988-n","i114387","Duplicate (#1134)" +"ewn-92364728-n","","ewn-14927246-n","i115401","Duplicate (#1134)" +"ewn-02228261-v","i32862","ewn-02228837-v","i32865","Duplicate (#1134)" +"ewn-01383926-n","i42585","ewn-01383685-n","i42584","Non-existant (#1134)" +"ewn-01557813-n","i43440","ewn-01550784-n","i43397","Non-existant (#1134)" +"ewn-01739337-n","i44445","ewn-01739210-n","i44444","Non-existant (#1134)" +"ewn-02635917-n","i49561","ewn-02636474-n","i49565","Duplicate (#1134)" +"ewn-02636185-n","i49563","ewn-02636474-n","i49565","Duplicate (#1134)" +"ewn-92315622-n","","ewn-05608025-n","i66342","Duplicate (#1134)" +"ewn-80147706-n","","ewn-09627401-n","i87144","Duplicate (#1134)" +"ewn-82046135-n","","ewn-09914590-n","i88827","Duplicate (#1134)" +"ewn-83218519-n","","ewn-10007754-n","i89371","Duplicate (#1134)" +"ewn-89117996-n","","ewn-81007314-n","","Duplicate (#1134)" +"ewn-08564875-n","i81893","ewn-08564718-n","i81892","Duplicate (#1134)" +"ewn-00093232-r","i18715","ewn-00034576-r","i18337","Duplicate (#1134)" +"ewn-00112752-r","i18849","ewn-00032295-r","i18320","Duplicate (#1134)" +"ewn-00431167-r","i21092","ewn-00032295-r","i18320","Duplicate (#1134)" +"ewn-00228639-r","i19701","ewn-00150568-r","i19142","Duplicate (#1134)" +"ewn-00280604-r","i20097","ewn-00256795-r","i19911","Duplicate (#1134)" +"ewn-00497644-r","i21593","ewn-00046739-r","i18410","Duplicate (#1134)" +"ewn-00497861-r","i21595","ewn-00497722-r","i21594","Duplicate (#1134)" +"ewn-92299200-n","","ewn-02700534-n","i49936","Duplicate (#1134)" +"ewn-92299310-n","","ewn-02719537-n","i50046","Duplicate (#1134)" +"ewn-92302385-n","","ewn-03237120-n","i53116","Duplicate (#1134)" +"ewn-03835818-n","i56630","ewn-03691288-n","i55794","Duplicate (#1134)" +"ewn-13062308-n","i105264","ewn-13059704-n","i105253","Non-existant (#1134)" +"ewn-13067976-n","i105293","ewn-13059704-n","i105253","Non-existant (#1134)" +"ewn-02040664-n","i46092","ewn-02040367-n","i46090","Duplicate (#1134)" +"ewn-02040983-n","i46094","ewn-02040367-n","i46090","Duplicate (#1134)" +"ewn-85556310-n","","ewn-81448123-n","","Duplicate (#1134)" "ewn-10410299-n","i91815","ewn-"10300973-n,"i91146","Duplicate (#1150)" diff --git a/src/yaml/adj.all.yaml b/src/yaml/adj.all.yaml index 7dfa4a44..ef9a8d4c 100644 --- a/src/yaml/adj.all.yaml +++ b/src/yaml/adj.all.yaml @@ -101598,7 +101598,7 @@ - 01461111-a 01461461-s: definition: - - (chiefly a direction or description in music) very soft + - (chiefly a direction or description in music) very very soft ili: i7981 members: - pianissimo assai @@ -118581,7 +118581,6 @@ - 01707465-s - 01707559-s - 01707690-s - - 01707783-s - 01707870-s 01705397-s: definition: @@ -118589,6 +118588,8 @@ ili: i9314 members: - bifoliate + - two-leaved + - two-leafed partOfSpeech: s similar: - 01704867-a @@ -118800,16 +118801,6 @@ partOfSpeech: s similar: - 01704867-a -01707783-s: - definition: - - having two leaves - ili: i9334 - members: - - two-leaved - - two-leafed - partOfSpeech: s - similar: - - 01704867-a 01707870-s: definition: - having a single leaf @@ -151938,13 +151929,17 @@ 02179281-s: definition: - divided into two lobes + domain_topic: + - 06076105-n example: - a bilobate leaf + - a bifid petal ili: i11936 members: - bilobate - bilobated - bilobed + - bifid partOfSpeech: s similar: - 02178581-a @@ -172890,24 +172885,13 @@ - not traveled over or through example: - untraveled roads + - an untraversed region ili: i13607 members: - untraveled - untravelled - partOfSpeech: a - similar: - - 02463673-s -02463673-s: - definition: - - not traveled over or through - example: - - an untraversed region - ili: i13608 - members: - untraversed - partOfSpeech: s - similar: - - 02463536-a + partOfSpeech: a 02463784-a: definition: - made neat and tidy by trimming @@ -174638,7 +174622,6 @@ partOfSpeech: a similar: - 02488854-s - - 02488985-s - 02489095-s - 02489516-s - 02489644-s @@ -174675,19 +174658,6 @@ partOfSpeech: s similar: - 02488224-a -02488985-s: - definition: - - divided into two lobes - domain_topic: - - 06076105-n - example: - - a bifid petal - ili: i13742 - members: - - bifid - partOfSpeech: s - similar: - - 02488224-a 02489095-s: definition: - resembling a fork; divided or separated into two branches diff --git a/src/yaml/adv.all.yaml b/src/yaml/adv.all.yaml index 2a424d84..563b40c0 100644 --- a/src/yaml/adv.all.yaml +++ b/src/yaml/adv.all.yaml @@ -369,7 +369,7 @@ partOfSpeech: r 00007257-r: definition: - - in a fashionable manner + - in a smart manner example: - He was smartly dressed ili: i18192 @@ -1872,12 +1872,19 @@ - a really enjoyable evening - I'm real sorry about it - a rattling good yarn + - a most welcome relief + - there is precious little time left + exemplifies: + - 06332047-n ili: i18320 members: - very - really - real - rattling + - most + - precious + - preciously partOfSpeech: r 00032576-r: definition: @@ -2049,9 +2056,12 @@ - for a short time example: - he was at the airport shortly before she was expected to arrive + - she visited him briefly + - was briefly associated with IBM ili: i18337 members: - shortly + - briefly partOfSpeech: r 00034695-r: definition: @@ -2828,12 +2838,14 @@ - she is super smart - the night was deathly cold - as a child, I was deathly afraid of snakes + - they all were whopping drunk ili: i18410 members: - extremely - exceedingly - super - deathly + - whopping partOfSpeech: r 00046987-r: definition: @@ -3632,7 +3644,7 @@ partOfSpeech: r 00058571-r: definition: - - completely + - in a face down manner example: - he fell flop on his face exemplifies: @@ -3869,7 +3881,7 @@ partOfSpeech: r 00062352-r: definition: - - suddenly + - suddenly as if by a magic trick example: - source: Swift text: Presto! begone! 'tis here again @@ -5977,16 +5989,6 @@ members: - tightly partOfSpeech: r -00093232-r: - definition: - - for a short time - example: - - she visited him briefly - - was briefly associated with IBM - ili: i18715 - members: - - briefly - partOfSpeech: r 00093364-r: definition: - for an instant or moment @@ -7372,17 +7374,6 @@ members: - least of all partOfSpeech: r -00112752-r: - definition: - - very - example: - - a most welcome relief - exemplifies: - - 06332047-n - ili: i18849 - members: - - most - partOfSpeech: r 00112833-r: definition: - without speaking @@ -10152,10 +10143,14 @@ - to be nominally but not actually independent - no one actually saw the shark - large meteorites actually come from the asteroid belt + - properly speaking, they are not husband and wife ili: i19142 members: - actually - really + - properly speaking + - strictly speaking + - to be precise partOfSpeech: r 00150802-r: definition: @@ -13314,7 +13309,7 @@ partOfSpeech: r 00194576-r: definition: - - in a compassionate manner + - in a merciful manner example: - he dealt with the thief mercifully ili: i19467 @@ -15569,17 +15564,6 @@ members: - editorially partOfSpeech: r -00228639-r: - definition: - - in actual fact - example: - - properly speaking, they are not husband and wife - ili: i19701 - members: - - properly speaking - - strictly speaking - - to be precise - partOfSpeech: r 00228787-r: definition: - in an abnormal manner @@ -15667,7 +15651,7 @@ partOfSpeech: r 00230033-r: definition: - - in a maladroit manner + - in an inept manner example: - this function is ineptly left to a small voice ili: i19711 @@ -16369,7 +16353,7 @@ partOfSpeech: r 00240008-r: definition: - - in a sympathetic manner + - in a compassionate manner example: - the nurse looked at him pityingly ili: i19782 @@ -17584,10 +17568,13 @@ 00256795-r: definition: - twice a year + example: + - we hold our big sale biannually ili: i19911 members: - semiannually - biyearly + - biannually partOfSpeech: r 00256895-r: definition: @@ -19340,15 +19327,6 @@ - biennially - biyearly partOfSpeech: r -00280604-r: - definition: - - twice a year - example: - - we hold our big sale biannually - ili: i20097 - members: - - biannually - partOfSpeech: r 00280708-r: definition: - in a blank and uncomprehending manner @@ -22841,7 +22819,7 @@ partOfSpeech: r 00337789-r: definition: - - in an incorrect manner + - in a false manner example: - to credit Lister with the first formulation of the basic principle of stratigraphy would be to bestow credit falsely @@ -27237,7 +27215,7 @@ partOfSpeech: r 00407429-r: definition: - - in a meditative manner + - in a musing manner example: - ‘It's funny about that bar,’ he said musingly ili: i20923 @@ -28828,18 +28806,6 @@ members: - precariously partOfSpeech: r -00431167-r: - definition: - - very - example: - - there is precious little time left - exemplifies: - - 06332047-n - ili: i21092 - members: - - precious - - preciously - partOfSpeech: r 00431283-r: definition: - abruptly; in a precipitous manner @@ -29843,7 +29809,7 @@ partOfSpeech: r 00446217-r: definition: - - extremely + - extremely (of drunkness) example: - roaring drunk ili: i21203 @@ -30366,7 +30332,7 @@ partOfSpeech: r 00453945-r: definition: - - completely + - completely and at once example: - he fell sheer into the water ili: i21260 @@ -33439,35 +33405,18 @@ - wherever - wheresoever partOfSpeech: r -00497644-r: - definition: - - to a great extent - example: - - they all were whopping drunk - ili: i21593 - members: - - whopping - partOfSpeech: r 00497722-r: definition: - to or over a great extent or range; far example: - wandered wide through many lands - he traveled widely + - her work is widely known ili: i21594 members: - wide - widely partOfSpeech: r -00497861-r: - definition: - - to a great degree - example: - - her work is widely known - ili: i21595 - members: - - widely - partOfSpeech: r 00497941-r: definition: - with or by a broad space @@ -34227,7 +34176,7 @@ partOfSpeech: r 00508189-r: definition: - - in an alarming manner + - in a fearful manner example: - they were fearfully attacked ili: i21680 diff --git a/src/yaml/entries-a.yaml b/src/yaml/entries-a.yaml index d60f4d0a..06bd631e 100644 --- a/src/yaml/entries-a.yaml +++ b/src/yaml/entries-a.yaml @@ -6609,7 +6609,7 @@ Allen key: - value: ˈælən kiː sense: - id: 'allen_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n Allen screw: n: sense: @@ -34989,11 +34989,6 @@ advance: subcat: - vtai synset: 00877337-v - - id: 'advance%2:30:08::' - subcat: - - vtai - - vtii - synset: 00498142-v - derivation: - 'advance%1:11:01::' event: @@ -35079,6 +35074,11 @@ advance: - vii - vtii synset: 00158030-v + - id: 'advance%2:30:08::' + subcat: + - vtai + - vtii + synset: 00158495-v advance death benefit: n: sense: @@ -47083,7 +47083,7 @@ alpha-Fe: n: sense: - id: 'alpha-fe%1:27:01::' - synset: 92363685-n + synset: 14744853-n alpha-Terpinene: n: sense: @@ -47123,7 +47123,7 @@ alpha-ferrite: n: sense: - id: 'alpha-ferrite%1:27:01::' - synset: 92363685-n + synset: 14744853-n alpha-interferon: n: sense: @@ -59619,7 +59619,7 @@ anti-ballistic missile: n: sense: - id: 'anti-ballistic_missile%1:06:01::' - synset: 92299310-n + synset: 02719537-n anti-democracy: n: sense: diff --git a/src/yaml/entries-b.yaml b/src/yaml/entries-b.yaml index 5ef38154..f8fcc06b 100644 --- a/src/yaml/entries-b.yaml +++ b/src/yaml/entries-b.yaml @@ -19531,8 +19531,6 @@ barleycorn: - value: ˈbɑː(ɹ)liˌkɔː(ɹ)n variety: GB sense: - - id: 'barleycorn%1:20:00::' - synset: 12144165-n - id: 'barleycorn%1:13:00::' synset: 07819069-n barm: @@ -33351,7 +33349,7 @@ biannually: - id: 'biannually%4:02:00::' pertainym: - biannual%5:00:00:periodic:00 - synset: 00280604-r + synset: 00256795-r bias: a: pronunciation: @@ -34307,8 +34305,8 @@ biff: bifid: a: sense: - - id: bifid%5:00:00:divided:00 - synset: 02488985-s + - id: bifid%5:00:00:compound:00 + synset: 02179281-s bifilar: a: sense: @@ -52403,11 +52401,6 @@ boost: - vtia - vtii synset: 02560630-v - - id: 'boost%2:30:00::' - subcat: - - vtai - - vtii - synset: 00498142-v - by_means_of: - 'booster%1:06:01::' derivation: @@ -52419,6 +52412,11 @@ boost: subcat: - vtai-pp synset: 01518703-v + - id: 'boost%2:30:00::' + subcat: + - vtai + - vtii + synset: 00158495-v boost up: v: sense: @@ -61747,14 +61745,14 @@ briefly: pronunciation: - value: ˈbɹiːfli sense: - - id: 'briefly%4:02:00::' - pertainym: - - brief%5:00:00:short:02 - synset: 00093232-r - id: 'briefly%4:02:03::' pertainym: - brief%5:00:00:concise:00 synset: 00291174-r + - id: 'briefly%4:02:00::' + pertainym: + - brief%5:00:00:short:02 + synset: 00034576-r briefness: n: sense: diff --git a/src/yaml/entries-c.yaml b/src/yaml/entries-c.yaml index 5bbd575e..9f6d25d5 100644 --- a/src/yaml/entries-c.yaml +++ b/src/yaml/entries-c.yaml @@ -32278,7 +32278,7 @@ career woman: n: sense: - id: 'career_woman%1:18:00::' - synset: 82046135-n + synset: 09914590-n careerism: n: sense: @@ -48526,7 +48526,7 @@ charman: n: sense: - id: 'charman%1:18:01::' - synset: 85556310-n + synset: 81448123-n charmed: a: pronunciation: @@ -54912,7 +54912,7 @@ choana: n: sense: - id: 'choana%1:08:01::' - synset: 92315622-n + synset: 05608025-n choanocyte: n: sense: @@ -89419,8 +89419,8 @@ condensation: synset: 11466338-n - derivation: - 'condense%2:30:06::' - - 'condense%2:30:05::' - 'condense%2:30:04::' + - 'condense%2:30:05::' id: 'condensation%1:11:00::' synset: 07327841-n - derivation: @@ -89565,8 +89565,8 @@ condensing: sense: - derivation: - 'condense%2:30:07::' - - 'condense%2:30:05::' - 'condense%2:30:03::' + - 'condense%2:30:05::' id: 'condensing%1:04:00::' synset: 00358506-n condensing turbine: @@ -109541,8 +109541,6 @@ counterwoman: sense: - id: 'counterwoman%1:18:01::' synset: 81007314-n - - id: 'counterwoman%1:18:02::' - synset: 89117996-n countess: n: pronunciation: @@ -109781,7 +109779,7 @@ county town: n: sense: - id: 'county_town%1:15:00::' - synset: 08564875-n + synset: 08564718-n countywide: a: sense: diff --git a/src/yaml/entries-d.yaml b/src/yaml/entries-d.yaml index 4d623dc2..7fd9f802 100644 --- a/src/yaml/entries-d.yaml +++ b/src/yaml/entries-d.yaml @@ -7836,7 +7836,7 @@ dairywoman: n: sense: - id: 'dairywoman%1:18:00::' - synset: 83218519-n + synset: 10007754-n dais: n: pronunciation: @@ -60703,7 +60703,7 @@ drain system: n: sense: - id: 'drain_system%1:06:01::' - synset: 92302385-n + synset: 03237120-n drain the cup: v: sense: @@ -60745,7 +60745,7 @@ drainage well: n: sense: - id: 'drainage_well%1:06:01::' - synset: 92302385-n + synset: 03237120-n drainboard: n: sense: diff --git a/src/yaml/entries-e.yaml b/src/yaml/entries-e.yaml index dcc7e3ca..ff89ae86 100644 --- a/src/yaml/entries-e.yaml +++ b/src/yaml/entries-e.yaml @@ -37387,7 +37387,7 @@ evocation: n: sense: - derivation: - - 'evoke%2:32:01::' + - 'evoke%2:29:03::' id: 'evocation%1:09:00::' synset: 05777830-n - derivation: @@ -37404,7 +37404,7 @@ evocative: sense: - derivation: - 'evoke%2:37:00::' - - 'evoke%2:32:01::' + - 'evoke%2:29:03::' id: evocative%5:00:00:mindful:00 synset: 01984733-s evoke: @@ -37451,10 +37451,10 @@ evoke: - 'evocation%1:09:00::' event: - 'evocation%1:09:00::' - id: 'evoke%2:32:01::' + id: 'evoke%2:29:03::' subcat: - vtii - synset: 00932330-v + synset: 00022092-v evoked: a: sense: diff --git a/src/yaml/entries-f.yaml b/src/yaml/entries-f.yaml index 4e53dc84..ff819ec4 100644 --- a/src/yaml/entries-f.yaml +++ b/src/yaml/entries-f.yaml @@ -8534,12 +8534,6 @@ fall: - 'fall%2:41:02::' id: 'fall%1:11:01::' synset: 07442328-n - - antonym: - - 'rise%1:11:02::' - derivation: - - 'fall%2:38:00::' - id: 'fall%1:11:04::' - synset: 07384870-n - derivation: - 'fall%2:41:00::' - 'fall%2:40:05::' @@ -8559,6 +8553,12 @@ fall: - 'fall%2:30:06::' id: 'fall%1:07:00::' synset: 05119135-n + - antonym: + - 'rise%1:11:02::' + derivation: + - 'fall%2:38:00::' + id: 'fall%1:11:04::' + synset: 07377946-n v: form: - fallen @@ -23316,7 +23316,7 @@ ferrite: - id: 'ferrite%1:27:00::' synset: 14883352-n - id: 'ferrite%1:27:01::' - synset: 92363685-n + synset: 14744853-n ferritin: n: sense: diff --git a/src/yaml/entries-g.yaml b/src/yaml/entries-g.yaml index e0b2de03..0b79b7a6 100644 --- a/src/yaml/entries-g.yaml +++ b/src/yaml/entries-g.yaml @@ -8598,15 +8598,15 @@ Gymnasium: sense: - id: 'gymnasium%1:14:00::' synset: 08301402-n -Gymnelis: +Gymnelus: n: sense: - - id: 'gymnelis%1:05:00::' + - id: 'gymnelus%1:05:00::' synset: 02620319-n -Gymnelis viridis: +Gymnelus viridis: n: sense: - - id: 'gymnelis_viridis%1:05:00::' + - id: 'gymnelus_viridis%1:05:00::' synset: 02620449-n Gymnocalycium: n: @@ -15141,7 +15141,7 @@ generalisability: - derivation: - 'generalise%2:32:01::' id: 'generalisability%1:07:00::' - synset: 86491000-n + synset: 04771667-n generalisation: n: sense: @@ -15256,7 +15256,7 @@ generalizability: - derivation: - 'generalize%2:32:00::' id: 'generalizability%1:07:00::' - synset: 86491000-n + synset: 04771667-n generalization: n: sense: @@ -24257,10 +24257,10 @@ genus Gymnadeniopsis: sense: - id: 'genus_gymnadeniopsis%1:20:00::' synset: 12085315-n -genus Gymnelis: +genus Gymnelus: n: sense: - - id: 'genus_gymnelis%1:05:00::' + - id: 'genus_gymnelus%1:05:00::' synset: 02620319-n genus Gymnocalycium: n: @@ -24397,11 +24397,6 @@ genus Halcyon: sense: - id: 'genus_halcyon%1:05:00::' synset: 01831038-n -genus Haldea: - n: - sense: - - id: 'genus_haldea%1:05:00::' - synset: 01739337-n genus Halenia: n: sense: @@ -26338,7 +26333,7 @@ genus Lobipes: n: sense: - id: 'genus_lobipes%1:05:00::' - synset: 02040664-n + synset: 02040367-n genus Lobotes: n: sense: @@ -27698,7 +27693,7 @@ genus Muscivora: n: sense: - id: 'genus_muscivora%1:05:00::' - synset: 01557813-n + synset: 01550784-n genus Musophaga: n: sense: @@ -28866,11 +28861,6 @@ genus Paliurus: sense: - id: 'genus_paliurus%1:20:00::' synset: 13164403-n -genus Palometa: - n: - sense: - - id: 'genus_palometa%1:05:00::' - synset: 02636185-n genus Pan: n: sense: @@ -28921,11 +28911,6 @@ genus Papio: sense: - id: 'genus_papio%1:05:00::' synset: 02489196-n -genus Paprilus: - n: - sense: - - id: 'genus_paprilus%1:05:00::' - synset: 02636474-n genus Paracheirodon: n: sense: @@ -29206,6 +29191,11 @@ genus Peperomia: sense: - id: 'genus_peperomia%1:20:00::' synset: 13171518-n +genus Peprilus: + n: + sense: + - id: 'genus_peprilus%1:05:00::' + synset: 02636474-n genus Perca: n: sense: @@ -30413,11 +30403,6 @@ genus Porcellio: sense: - id: 'genus_porcellio%1:05:00::' synset: 01994767-n -genus Poronotus: - n: - sense: - - id: 'genus_poronotus%1:05:00::' - synset: 02635917-n genus Porphyra: n: sense: @@ -32794,7 +32779,7 @@ genus Steganopus: n: sense: - id: 'genus_steganopus%1:05:00::' - synset: 02040983-n + synset: 02040367-n genus Stegosaurus: n: sense: @@ -34465,6 +34450,11 @@ genus Virgilia: sense: - id: 'genus_virgilia%1:20:00::' synset: 12600341-n +genus Virginia: + n: + sense: + - id: 'genus_virginia%1:05:00::' + synset: 01739210-n genus Viscum: n: sense: diff --git a/src/yaml/entries-h.yaml b/src/yaml/entries-h.yaml index 5f00bda0..292062ef 100644 --- a/src/yaml/entries-h.yaml +++ b/src/yaml/entries-h.yaml @@ -833,11 +833,6 @@ Haldane: synset: 11042665-n - id: 'haldane%1:18:00::' synset: 11042461-n -Haldea: - n: - sense: - - id: 'haldea%1:05:00::' - synset: 01739337-n Haldea striatula: n: sense: @@ -26726,7 +26721,7 @@ hex key: n: sense: - id: 'hex_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n hex nut: n: sense: diff --git a/src/yaml/entries-i.yaml b/src/yaml/entries-i.yaml index 8b07c39e..c4163545 100644 --- a/src/yaml/entries-i.yaml +++ b/src/yaml/entries-i.yaml @@ -1400,12 +1400,12 @@ Inbus key: n: sense: - id: 'inbus_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n Inbus wrench: n: sense: - id: 'inbus_wrench%1:06:01::' - synset: 92299200-n + synset: 02700534-n Inca: n: pronunciation: @@ -34434,7 +34434,7 @@ internal nostril: n: sense: - id: 'internal_nostril%1:08:01::' - synset: 92315622-n + synset: 05608025-n internal organ: n: sense: diff --git a/src/yaml/entries-k.yaml b/src/yaml/entries-k.yaml index 68ab1d93..e8325538 100644 --- a/src/yaml/entries-k.yaml +++ b/src/yaml/entries-k.yaml @@ -7973,10 +7973,6 @@ kill: subcat: - vtai synset: 01410030-v - - id: 'kill%2:35:05::' - subcat: - - vtai - synset: 01409889-v - derivation: - 'kill%1:04:00::' event: diff --git a/src/yaml/entries-l.yaml b/src/yaml/entries-l.yaml index 2fd62cf7..f5602ee2 100644 --- a/src/yaml/entries-l.yaml +++ b/src/yaml/entries-l.yaml @@ -6544,7 +6544,7 @@ Lobipes: n: sense: - id: 'lobipes%1:05:00::' - synset: 02040664-n + synset: 02040367-n Lobipes lobatus: n: sense: @@ -36654,11 +36654,6 @@ loft: subcat: - vtai synset: 02287097-v - - id: 'loft%2:35:00::' - subcat: - - vtai - - vtai-pp - synset: 01607363-v - id: 'loft%2:35:01::' subcat: - vtai @@ -36667,6 +36662,11 @@ loft: subcat: - via synset: 00713249-v + - id: 'loft%2:35:00::' + subcat: + - vtai + - vtai-pp + synset: 01511000-v loft bombing: n: sense: diff --git a/src/yaml/entries-m.yaml b/src/yaml/entries-m.yaml index 0d0d20d3..edc6154a 100644 --- a/src/yaml/entries-m.yaml +++ b/src/yaml/entries-m.yaml @@ -13441,7 +13441,7 @@ Muscivora: n: sense: - id: 'muscivora%1:05:00::' - synset: 01557813-n + synset: 01550784-n Muscivora-forficata: n: sense: @@ -18570,10 +18570,6 @@ make: - via-pp - vii-pp synset: 02054955-v - - id: 'make%2:38:15::' - subcat: - - vtai - synset: 02025384-v - id: 'make%2:36:10::' subcat: - vtai @@ -18634,6 +18630,10 @@ make: - via - vii synset: 00071765-v + - id: 'make%2:38:15::' + subcat: + - vtai + synset: 02022224-v make a clean breast of: v: sense: @@ -32138,8 +32138,6 @@ medallion: synset: 06896510-n - id: 'medallion%1:10:00::' synset: 06719615-n - - id: 'medallion%1:13:01::' - synset: 92326409-n medallist: n: sense: @@ -57483,10 +57481,10 @@ most: - 'least%4:02:00::' id: 'most%4:02:00::' synset: 00112352-r - - id: 'most%4:02:01::' - synset: 00112752-r - id: 'most%4:02:02::' synset: 00073433-r + - id: 'most%4:02:01::' + synset: 00032295-r most especially: r: sense: diff --git a/src/yaml/entries-n.yaml b/src/yaml/entries-n.yaml index 0864b133..eb564ed7 100644 --- a/src/yaml/entries-n.yaml +++ b/src/yaml/entries-n.yaml @@ -4917,7 +4917,7 @@ Norlestrin: n: sense: - id: 'norlestrin%1:06:00::' - synset: 03835818-n + synset: 03691288-n Norlutin: n: sense: diff --git a/src/yaml/entries-o.yaml b/src/yaml/entries-o.yaml index e11cd25a..2f80d67e 100644 --- a/src/yaml/entries-o.yaml +++ b/src/yaml/entries-o.yaml @@ -19909,11 +19909,6 @@ order Scrophulariales: sense: - id: 'order_scrophulariales%1:20:00::' synset: 12829511-n -order Secotiales: - n: - sense: - - id: 'order_secotiales%1:20:00::' - synset: 13067976-n order Selaginellales: n: sense: @@ -20104,11 +20099,6 @@ order Tubulidentata: sense: - id: 'order_tubulidentata%1:05:00::' synset: 02085010-n -order Tulostomatales: - n: - sense: - - id: 'order_tulostomatales%1:20:00::' - synset: 13062308-n order Ulvales: n: sense: diff --git a/src/yaml/entries-p.yaml b/src/yaml/entries-p.yaml index 6cd89f11..bd432b58 100644 --- a/src/yaml/entries-p.yaml +++ b/src/yaml/entries-p.yaml @@ -387,12 +387,12 @@ PU: n: sense: - id: 'pu%1:27:01::' - synset: 92364728-n + synset: 14927246-n PUR: n: sense: - id: 'pur%1:27:01::' - synset: 92364728-n + synset: 14927246-n PVA: n: sense: @@ -1787,11 +1787,6 @@ Papio ursinus: sense: - id: 'papio_ursinus%1:05:00::' synset: 02489288-n -Paprilus: - n: - sense: - - id: 'paprilus%1:05:00::' - synset: 02636474-n Paprilus alepidotus: n: sense: @@ -4348,6 +4343,11 @@ Pepin the Short: sense: - id: 'pepin_the_short%1:18:00::' synset: 11249085-n +Peprilus: + n: + sense: + - id: 'peprilus%1:05:00::' + synset: 02636474-n Pepsi: n: pronunciation: @@ -11049,11 +11049,6 @@ Porifera: sense: - id: 'porifera%1:05:00::' synset: 01909193-n -Poronotus: - n: - sense: - - id: 'poronotus%1:05:00::' - synset: 02635917-n Poronotus triacanthus: n: sense: @@ -17110,11 +17105,11 @@ paint: paint a picture: v: sense: - - id: 'paint_a_picture%2:32:00::' + - id: 'paint_a_picture%2:29:00::' subcat: - via - vtii - synset: 00932330-v + synset: 00022092-v paint leaf: n: sense: @@ -69200,7 +69195,7 @@ posterior nasal aperture: n: sense: - id: 'posterior_nasal_aperture%1:08:01::' - synset: 92315622-n + synset: 05608025-n posterior pituitary: n: sense: @@ -74028,7 +74023,7 @@ precious: - value: ˈpɹɛʃəs sense: - id: 'precious%4:02:00::' - synset: 00431167-r + synset: 00032295-r precious coral: n: sense: @@ -74048,7 +74043,7 @@ preciously: r: sense: - id: 'preciously%4:02:00::' - synset: 00431167-r + synset: 00032295-r preciousness: n: sense: @@ -88015,7 +88010,7 @@ properly speaking: r: sense: - id: 'properly_speaking%4:02:00::' - synset: 00228639-r + synset: 00150568-r properness: n: pronunciation: @@ -95083,7 +95078,7 @@ pull: - id: 'pull%2:30:11::' subcat: - vtai - synset: 00572673-v + synset: 00173351-v pull a face: v: sense: diff --git a/src/yaml/entries-s.yaml b/src/yaml/entries-s.yaml index fec438e6..23f99574 100644 --- a/src/yaml/entries-s.yaml +++ b/src/yaml/entries-s.yaml @@ -6415,11 +6415,6 @@ Secotiaceae: sense: - id: 'secotiaceae%1:20:00::' synset: 13068145-n -Secotiales: - n: - sense: - - id: 'secotiales%1:20:00::' - synset: 13067976-n Secret Intelligence Service: n: sense: @@ -15593,7 +15588,7 @@ Steganopus: n: sense: - id: 'steganopus%1:05:00::' - synset: 02040983-n + synset: 02040367-n Steganopus tricolor: n: sense: @@ -16566,7 +16561,7 @@ Streptococcus anhemolyticus: n: sense: - id: 'streptococcus_anhemolyticus%1:05:00::' - synset: 01383926-n + synset: 01383685-n Streptomyces erythreus: n: sense: @@ -56505,7 +56500,7 @@ shire town: n: sense: - id: 'shire_town%1:15:00::' - synset: 08564875-n + synset: 08564718-n shirk: v: pronunciation: @@ -61913,6 +61908,8 @@ siccative: sense: - id: 'siccative%1:27:00::' synset: 14803955-n + - id: 'siccative%1:27:01::' + synset: 92427724-n sick: a: sense: @@ -119264,7 +119261,7 @@ storm drain: n: sense: - id: 'storm_drain%1:06:01::' - synset: 92302385-n + synset: 03237120-n storm lamp: n: sense: @@ -119289,7 +119286,7 @@ storm sewer: n: sense: - id: 'storm_sewer%1:06:01::' - synset: 92302385-n + synset: 03237120-n storm signal: n: sense: @@ -119347,7 +119344,7 @@ stormwater drain: n: sense: - id: 'stormwater_drain%1:06:01::' - synset: 92302385-n + synset: 03237120-n stormy: a: form: @@ -122657,7 +122654,7 @@ strictly speaking: r: sense: - id: 'strictly_speaking%4:02:00::' - synset: 00228639-r + synset: 00150568-r strictness: n: sense: @@ -132881,10 +132878,10 @@ suggest: - 'suggestion%1:09:01::' event: - 'suggestion%1:09:01::' - id: 'suggest%2:32:01::' + id: 'suggest%2:29:05::' subcat: - vtii - synset: 00932330-v + synset: 00022092-v suggester: n: sense: @@ -132933,7 +132930,7 @@ suggestion: id: 'suggestion%1:10:01::' synset: 07261242-n - derivation: - - 'suggest%2:32:01::' + - 'suggest%2:29:05::' id: 'suggestion%1:09:01::' synset: 05779676-n - id: 'suggestion%1:04:02::' @@ -135449,11 +135446,6 @@ supercargo: supercharge: v: sense: - - id: 'supercharge%2:30:03::' - subcat: - - vtai - - vtii - synset: 00498142-v - derivation: - 'supercharger%1:06:00::' id: 'supercharge%2:30:00::' @@ -135462,6 +135454,11 @@ supercharge: subcat: - vtai synset: 00404516-v + - id: 'supercharge%2:30:03::' + subcat: + - vtai + - vtii + synset: 00158495-v supercharged: a: sense: diff --git a/src/yaml/entries-t.yaml b/src/yaml/entries-t.yaml index e6ec477a..ee7c6ffc 100644 --- a/src/yaml/entries-t.yaml +++ b/src/yaml/entries-t.yaml @@ -8109,11 +8109,6 @@ Tulostomataceae: sense: - id: 'tulostomataceae%1:20:00::' synset: 12991139-n -Tulostomatales: - n: - sense: - - id: 'tulostomatales%1:20:00::' - synset: 13062308-n Tulsa: n: sense: @@ -12070,10 +12065,6 @@ take off: - via-pp - vii synset: 02018017-v - - id: 'take_off%2:30:00::' - subcat: - - vtai - synset: 00179205-v - derivation: - 'takeoff%1:11:00::' id: 'take_off%2:38:02::' @@ -12120,6 +12111,10 @@ take off: - via - vtai synset: 00642914-v + - id: 'take_off%2:30:00::' + subcat: + - vtai + synset: 00173351-v take office: v: sense: @@ -38109,7 +38104,7 @@ to be precise: r: sense: - id: 'to_be_precise%4:02:00::' - synset: 00228639-r + synset: 00150568-r to be sure: r: sense: @@ -63858,12 +63853,12 @@ two-leafed: a: sense: - id: two-leafed%5:00:00:leafy:00 - synset: 01707783-s + synset: 01705397-s two-leaved: a: sense: - id: two-leaved%5:00:00:leafy:00 - synset: 01707783-s + synset: 01705397-s two-line great primer: n: sense: diff --git a/src/yaml/entries-u.yaml b/src/yaml/entries-u.yaml index 216a7be9..6d483717 100644 --- a/src/yaml/entries-u.yaml +++ b/src/yaml/entries-u.yaml @@ -962,12 +962,12 @@ Unbrako key: n: sense: - id: 'unbrako_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n Unbrako wrench: n: sense: - id: 'unbrako_wrench%1:06:01::' - synset: 92299200-n + synset: 02700534-n Uncle Joe: n: sense: @@ -988,8 +988,6 @@ Uncle Tom: sense: - id: 'uncle_tom%1:18:01::' synset: 09627401-n - - id: 'uncle_tom%1:18:00::' - synset: 80147706-n - id: 'uncle_tom%1:18:02::' synset: 82474586-n Uncompahgre Peak: @@ -2875,7 +2873,7 @@ ulitis: n: sense: - id: 'ulitis%1:26:00::' - synset: 14381098-n + synset: 14104698-n ullage: n: pronunciation: @@ -22419,8 +22417,8 @@ untraversable: untraversed: a: sense: - - id: untraversed%5:00:00:untraveled:00 - synset: 02463673-s + - id: 'untraversed%3:00:00::' + synset: 02463536-a untreated: a: sense: diff --git a/src/yaml/entries-v.yaml b/src/yaml/entries-v.yaml index a9e076ff..a590e91c 100644 --- a/src/yaml/entries-v.yaml +++ b/src/yaml/entries-v.yaml @@ -2605,6 +2605,8 @@ Virginia: synset: 09172689-n - id: 'virginia%1:15:02::' synset: 09126411-n + - id: 'virginia%1:05:03::' + synset: 01739210-n Virginia Beach: n: sense: @@ -4999,10 +5001,6 @@ vamp: synset: 04527315-n v: sense: - - id: 'vamp%2:36:00::' - subcat: - - vtai - synset: 01743426-v - id: 'vamp%2:35:00::' subcat: - vtai @@ -5025,17 +5023,21 @@ vamp: synset: 00534607-v uses: - 'vamp%1:06:00::' + - id: 'vamp%2:36:00::' + subcat: + - vtai + synset: 01637966-v vamp up: v: sense: - - id: 'vamp_up%2:36:00::' - subcat: - - vtai - synset: 01743426-v - id: 'vamp_up%2:35:00::' subcat: - vtai synset: 01593310-v + - id: 'vamp_up%2:36:00::' + subcat: + - vtai + synset: 01637966-v vamper: n: sense: diff --git a/src/yaml/entries-w.yaml b/src/yaml/entries-w.yaml index 1f60fbe3..cf073c56 100644 --- a/src/yaml/entries-w.yaml +++ b/src/yaml/entries-w.yaml @@ -9152,8 +9152,8 @@ waste: n: sense: - derivation: - - 'waste%2:40:01::' - 'waste%2:38:00::' + - 'waste%2:40:01::' id: 'waste%1:27:00::' synset: 14880414-n - derivation: @@ -9203,14 +9203,6 @@ waste: - vtai - vtii synset: 01163403-v - - derivation: - - 'waste%1:27:00::' - id: 'waste%2:40:01::' - subcat: - - vtai - synset: 02228261-v - undergoer: - - 'waste%1:27:00::' - derivation: - 'waste%1:27:00::' id: 'waste%2:38:00::' @@ -9267,6 +9259,14 @@ waste: subcat: - vii synset: 00093529-v + - derivation: + - 'waste%1:27:00::' + id: 'waste%2:40:01::' + subcat: + - vtai + synset: 02228837-v + undergoer: + - 'waste%1:27:00::' waste baler: n: sense: @@ -18804,7 +18804,7 @@ white asbestos: n: sense: - id: 'white_asbestos%1:27:01::' - synset: 92363714-n + synset: 14749988-n white ash: n: sense: @@ -20871,7 +20871,7 @@ whopping: variety: US sense: - id: 'whopping%4:02:00::' - synset: 00497644-r + synset: 00046739-r whore: n: pronunciation: @@ -21329,8 +21329,6 @@ widely: pronunciation: - value: ˈwaɪdli sense: - - id: 'widely%4:02:00::' - synset: 00497861-r - id: 'widely%4:02:01::' synset: 00497722-r - id: 'widely%4:02:02::' diff --git a/src/yaml/entries-z.yaml b/src/yaml/entries-z.yaml index 09f2e5bf..12d68abb 100644 --- a/src/yaml/entries-z.yaml +++ b/src/yaml/entries-z.yaml @@ -1894,12 +1894,12 @@ zeta key: n: sense: - id: 'zeta_key%1:06:01::' - synset: 92299200-n + synset: 02700534-n zeta wrench: n: sense: - id: 'zeta_wrench%1:06:01::' - synset: 92299200-n + synset: 02700534-n zettabit: n: sense: diff --git a/src/yaml/noun.act.yaml b/src/yaml/noun.act.yaml index e6a698f5..8621740d 100644 --- a/src/yaml/noun.act.yaml +++ b/src/yaml/noun.act.yaml @@ -72914,7 +72914,7 @@ source: Colloquial WordNet 91000061-n: definition: - - to watch a show or television one more time + - the act of watching a show or television one more time hypernym: - 00883327-n members: diff --git a/src/yaml/noun.animal.yaml b/src/yaml/noun.animal.yaml index f5135261..7d37837d 100644 --- a/src/yaml/noun.animal.yaml +++ b/src/yaml/noun.animal.yaml @@ -3728,7 +3728,6 @@ - genus Streptococcus mero_member: - 01383685-n - - 01383926-n partOfSpeech: n 01383685-n: definition: @@ -3741,14 +3740,6 @@ - streptococcus - streptococci - strep - partOfSpeech: n -01383926-n: - definition: - - a species of bacteria - hypernym: - - 01356052-n - ili: i42585 - members: - Streptococcus anhemolyticus partOfSpeech: n 01384040-n: @@ -13279,7 +13270,6 @@ - 01552674-n - 01553070-n - 01557349-n - - 01557813-n partOfSpeech: n 01550473-n: definition: @@ -13302,8 +13292,11 @@ members: - Tyrannus - genus Tyrannus + - Muscivora + - genus Muscivora mero_member: - 01550942-n + - 01557946-n partOfSpeech: n 01550942-n: definition: @@ -13425,7 +13418,7 @@ partOfSpeech: n 01552674-n: definition: - - a genus of Tyrannidae + - a genus of Tyrannidae including the scarlet flycatcher hypernym: - 01509816-n ili: i43408 @@ -13789,18 +13782,6 @@ members: - pitta partOfSpeech: n -01557813-n: - definition: - - a genus of Tyrannidae - hypernym: - - 01509816-n - ili: i43440 - members: - - Muscivora - - genus Muscivora - mero_member: - - 01557946-n - partOfSpeech: n 01557946-n: definition: - grey flycatcher of the southwestern United States and Mexico and Central America @@ -24921,7 +24902,6 @@ - 01738539-n - 01738897-n - 01739210-n - - 01739337-n - 01739838-n - 01739997-n - 01740816-n @@ -25519,21 +25499,13 @@ - 01660364-n ili: i44444 members: + - Virginia + - genus Virginia - Potamophis - genus Potamophis mero_member: - 01739437-n partOfSpeech: n -01739337-n: - definition: - - ground snakes - hypernym: - - 01660364-n - ili: i44445 - members: - - Haldea - - genus Haldea - partOfSpeech: n 01739437-n: definition: - in some classifications placed in genus Haldea; small reddish-grey snake of eastern @@ -26154,7 +26126,7 @@ partOfSpeech: n 01748704-n: definition: - - coral snakes + - a monotypic genus containing only the western coral snake hypernym: - 01660364-n ili: i44500 @@ -30195,7 +30167,7 @@ partOfSpeech: n 01816452-n: definition: - - a genus of Columbidae + - a genus of small, long-tailed doves in the family Columbidae hypernym: - 01509816-n ili: i44848 @@ -30300,7 +30272,7 @@ partOfSpeech: n 01817776-n: definition: - - a genus of Columbidae + - a extinct genus including passenger pigeons hypernym: - 01509816-n ili: i44858 @@ -42076,7 +42048,7 @@ partOfSpeech: n 02002690-n: definition: - - a family of Onychophora + - a family of equitorial velvet worms hypernym: - 01761823-n ili: i45873 @@ -42121,7 +42093,7 @@ wikidata: Q5435789 02003272-n: definition: - - a family of Onychophora + - a family of southern velvet worms hypernym: - 01761823-n ili: i45877 @@ -44611,8 +44583,6 @@ mero_member: - 02040118-n - 02040367-n - - 02040664-n - - 02040983-n partOfSpeech: n 02040118-n: definition: @@ -44633,8 +44603,14 @@ members: - Phalaropus - genus Phalaropus + - Lobipes + - genus Lobipes + - Steganopus + - genus Steganopus mero_member: - 02040523-n + - 02040795-n + - 02041120-n partOfSpeech: n 02040523-n: definition: @@ -44647,18 +44623,6 @@ - Phalaropus fulicarius partOfSpeech: n wikidata: Q208335 -02040664-n: - definition: - - a genus of Phalaropidae - hypernym: - - 01509816-n - ili: i46092 - members: - - Lobipes - - genus Lobipes - mero_member: - - 02040795-n - partOfSpeech: n 02040795-n: definition: - breeds in Arctic regions of Old and New Worlds; large flocks often seen far out @@ -44670,18 +44634,6 @@ - northern phalarope - Lobipes lobatus partOfSpeech: n -02040983-n: - definition: - - a genus of Phalaropidae - hypernym: - - 01509816-n - ili: i46094 - members: - - Steganopus - - genus Steganopus - mero_member: - - 02041120-n - partOfSpeech: n 02041120-n: definition: - breeds on the northern great plains of Canada @@ -45386,7 +45338,7 @@ partOfSpeech: n 02050896-n: definition: - - puffins + - a proposed monotypic genus for tufted puffins hypernym: - 01509816-n ili: i46156 @@ -58638,7 +58590,7 @@ partOfSpeech: n 02249474-n: definition: - - a genus of Aleyrodidae + - a genus of whiteflies including the citrus whitefly hypernym: - 01765166-n ili: i47320 @@ -58659,7 +58611,7 @@ partOfSpeech: n 02249728-n: definition: - - a genus of Aleyrodidae + - a genus of whiteflies including the greenhouse whitefly hypernym: - 01765166-n ili: i47322 @@ -59434,7 +59386,7 @@ wikidata: Q137213 02260717-n: definition: - - a genus of Cercopidae + - a genus of spittlebugs including the meadow spittlebug hypernym: - 01765166-n ili: i47390 @@ -59457,7 +59409,7 @@ wikidata: Q1550927 02261006-n: definition: - - a genus of Cercopidae + - a genus of spittlebugs including the pine spittlebug hypernym: - 01765166-n ili: i47392 @@ -59658,7 +59610,7 @@ partOfSpeech: n 02263938-n: definition: - - a genus of Psocidae + - a genus of booklice hypernym: - 01765166-n ili: i47410 @@ -59682,7 +59634,7 @@ partOfSpeech: n 02264282-n: definition: - - a genus of Psocidae + - a genus of booklice including the common booklouse hypernym: - 01765166-n ili: i47412 @@ -72280,7 +72232,7 @@ partOfSpeech: n 02451385-n: definition: - - a genus of Mustelidae + - a genus of Mustelidae including the hog badger hypernym: - 01867348-n ili: i48519 @@ -72305,7 +72257,7 @@ wikidata: Q744382 02451691-n: definition: - - a genus of Mustelidae + - a genus of Mustelidae including the wolverine hypernym: - 01867348-n ili: i48521 @@ -72472,7 +72424,7 @@ partOfSpeech: n 02453923-n: definition: - - a genus of Mustelidae + - a genus of Mustelidae including the tayra hypernym: - 01867348-n ili: i48536 @@ -83544,13 +83496,13 @@ wikidata: Q27336 02620319-n: definition: - - a genus of Zoarcidae + - a genus of eelpouts including the fish doctor hypernym: - 01435158-n ili: i49475 members: - - Gymnelis - - genus Gymnelis + - Gymnelus + - genus Gymnelus mero_member: - 02620449-n partOfSpeech: n @@ -83562,11 +83514,11 @@ ili: i49476 members: - fish doctor - - Gymnelis viridis + - Gymnelus viridis partOfSpeech: n 02620586-n: definition: - - a genus of Zoarcidae + - a genus of eelpouts including the ocean pout hypernym: - 01435158-n ili: i49477 @@ -84555,8 +84507,6 @@ - family Stromateidae mero_member: - 02635619-n - - 02635917-n - - 02636185-n - 02636474-n - 02636786-n - 02637044-n @@ -84577,18 +84527,6 @@ mero_part: - 07801981-n partOfSpeech: n -02635917-n: - definition: - - a genus of Stromateidae - hypernym: - - 01435158-n - ili: i49561 - members: - - Poronotus - - genus Poronotus - mero_member: - - 02636052-n - partOfSpeech: n 02636052-n: definition: - small food fish of Atlantic coast @@ -84599,17 +84537,6 @@ - dollarfish - Poronotus triacanthus partOfSpeech: n -02636185-n: - definition: - - a genus of Stromateidae - hypernym: - - 01435158-n - ili: i49563 - members: - - genus Palometa - mero_member: - - 02636307-n - partOfSpeech: n 02636307-n: definition: - smaller than Florida pompano; common in West Indies @@ -84628,10 +84555,12 @@ - 01435158-n ili: i49565 members: - - Paprilus - - genus Paprilus + - Peprilus + - genus Peprilus mero_member: - 02636607-n + - 02636052-n + - 02636307-n partOfSpeech: n 02636607-n: definition: @@ -84689,7 +84618,7 @@ partOfSpeech: n 02637347-n: definition: - - a genus of Stromateidae + - a genus of squaretails hypernym: - 01435158-n ili: i49571 diff --git a/src/yaml/noun.artifact.yaml b/src/yaml/noun.artifact.yaml index ad251f63..b6a454a7 100644 --- a/src/yaml/noun.artifact.yaml +++ b/src/yaml/noun.artifact.yaml @@ -1978,6 +1978,14 @@ ili: i49936 members: - Allen wrench + - zeta key + - Unbrako key + - Inbus key + - zeta wrench + - Allen key + - hex key + - Unbrako wrench + - Inbus wrench partOfSpeech: n 02700618-n: definition: @@ -3150,12 +3158,14 @@ missiles example: - the Strategic Arms Limitation Talks placed limits on the deployment of ABMs + - the Strategic Arms Limitation Talks placed limits on the deployment of ABMs hypernym: - 03471094-n ili: i50046 members: - antiballistic missile - ABM + - anti-ballistic missile partOfSpeech: n 02719777-n: definition: @@ -35734,6 +35744,11 @@ ili: i53116 members: - drainage system + - storm drain + - stormwater drain + - drain system + - drainage well + - storm sewer partOfSpeech: n 03237246-n: definition: @@ -64015,6 +64030,7 @@ ili: i55794 members: - Loestrin + - Norlestrin mero_substance: - 14770596-n - 14774495-n @@ -69546,7 +69562,7 @@ partOfSpeech: n 03783668-n: definition: - - trade name for an oral contraceptive containing estradiol and norethindrone + - trade name for an oral contraceptive containing estradiol and norethindrone acetate hypernym: - 03943171-n ili: i56320 @@ -72852,18 +72868,6 @@ - 14770596-n - 14775395-n partOfSpeech: n -03835818-n: - definition: - - trade name for an oral contraceptive containing estradiol and norethindrone - hypernym: - - 03943171-n - ili: i56630 - members: - - Norlestrin - mero_substance: - - 14770596-n - - 14774495-n - partOfSpeech: n 03835988-n: definition: - trade name for an oral contraceptive containing norethindrone @@ -122889,48 +122893,6 @@ - tighty whitey partOfSpeech: n source: Colloquial WordNet -92299200-n: - definition: - - a wrench for Allen screws - hypernym: - - 04613932-n - members: - - zeta key - - Unbrako key - - Inbus key - - zeta wrench - - Allen key - - hex key - - Unbrako wrench - - Inbus wrench - partOfSpeech: n - source: plWordNet 4.0 - wikidata: Q16953 -92299310-n: - definition: - - a defensive missile designed to shoot down incoming intercontinental ballistic - missiles - example: - - the Strategic Arms Limitation Talks placed limits on the deployment of ABMs - hypernym: - - 03471094-n - members: - - anti-ballistic missile - partOfSpeech: n - source: plWordNet 4.0 -92302385-n: - definition: - - a system of watercourses or drains for carrying off excess water - hypernym: - - 04384144-n - members: - - storm drain - - stormwater drain - - drain system - - drainage well - - storm sewer - partOfSpeech: n - source: plWordNet 4.0 92404762-n: definition: - a smartphone designed and marketed by Apple Inc. diff --git a/src/yaml/noun.attribute.yaml b/src/yaml/noun.attribute.yaml index c0367e81..09d436b1 100644 --- a/src/yaml/noun.attribute.yaml +++ b/src/yaml/noun.attribute.yaml @@ -7979,11 +7979,23 @@ - 01106714-a definition: - the quality of being general or widespread or having general applicability + example: + - source: UD_English-GUM Corpus + text: Although useful, such samples are not representative of the scientific workforce + as a whole and thus have limited generalizability + - source: UD_English-GUM Corpus + text: This study is limited in its power and generalizability. + - source: UD_English-GUM Corpus + text: When altering specific methodological or participant characteristics of + a previous study, they serve to test generalizability of the earlier findings + under different conditions. hypernym: - 04731092-n ili: i62052 members: - generality + - generalizability + - generalisability partOfSpeech: n 04771996-n: attribute: @@ -33704,25 +33716,6 @@ members: - deceitfulness partOfSpeech: n -86491000-n: - definition: - - the quality of being general or widespread or having general applicability - example: - - source: UD_English-GUM Corpus - text: Although useful, such samples are not representative of the scientific workforce - as a whole and thus have limited generalizability - - source: UD_English-GUM Corpus - text: This study is limited in its power and generalizability. - - source: UD_English-GUM Corpus - text: When altering specific methodological or participant characteristics of - a previous study, they serve to test generalizability of the earlier findings - under different conditions. - hypernym: - - 04731092-n - members: - - generalizability - - generalisability - partOfSpeech: n 90007211-n: also: - 90007891-n diff --git a/src/yaml/noun.body.yaml b/src/yaml/noun.body.yaml index 90263c0a..2a4b5662 100644 --- a/src/yaml/noun.body.yaml +++ b/src/yaml/noun.body.yaml @@ -21971,6 +21971,9 @@ ili: i66342 members: - posterior naris + - posterior nasal aperture + - internal nostril + - choana partOfSpeech: n 05608186-n: definition: @@ -22634,18 +22637,6 @@ - falsie partOfSpeech: n source: Colloquial WordNet -92315622-n: - definition: - - either one of the two posterior openings at the back of the nasal cavity leading - to the nasopharynx - hypernym: - - 05608186-n - members: - - posterior nasal aperture - - internal nostril - - choana - partOfSpeech: n - source: plWordNet 4.0 92423705-n: definition: - An immunologically specific substance produced by animal sperm to implement attraction diff --git a/src/yaml/noun.event.yaml b/src/yaml/noun.event.yaml index 53beb185..e42a5832 100644 --- a/src/yaml/noun.event.yaml +++ b/src/yaml/noun.event.yaml @@ -4667,11 +4667,14 @@ 07377946-n: definition: - a movement downward + example: + - the rise and fall of the tides hypernym: - 07325733-n ili: i75387 members: - descent + - fall partOfSpeech: n 07378145-n: definition: @@ -5084,17 +5087,6 @@ - entrance - entering partOfSpeech: n -07384870-n: - definition: - - a movement downward - example: - - the rise and fall of the tides - hypernym: - - 07325733-n - ili: i75426 - members: - - fall - partOfSpeech: n 07385010-n: definition: - an event that involves rising to a higher point (as in altitude or temperature diff --git a/src/yaml/noun.food.yaml b/src/yaml/noun.food.yaml index 3a8fdc56..99f37f87 100644 --- a/src/yaml/noun.food.yaml +++ b/src/yaml/noun.food.yaml @@ -6257,6 +6257,7 @@ - a circular helping of food (especially a boneless cut of meat) example: - medallions of veal + - medallions of veal hypernym: - 07593928-n ili: i77096 @@ -25900,18 +25901,6 @@ partOfSpeech: n source: Colloquial WordNet wikidata: Q396184 -92326409-n: - definition: - - a circular helping of food (especially a boneless cut of meat) - example: - - medallions of veal - hypernym: - - 07593928-n - - 07673512-n - members: - - medallion - partOfSpeech: n - source: plWordNet 4.0 92406449-n: definition: - a type of tea that is more oxidized than oolong, green and white teas. diff --git a/src/yaml/noun.location.yaml b/src/yaml/noun.location.yaml index 0476ebe1..5e31be0b 100644 --- a/src/yaml/noun.location.yaml +++ b/src/yaml/noun.location.yaml @@ -2590,22 +2590,14 @@ 08564718-n: definition: - the town or city that is the seat of government for a county + domain_region: + - 08879115-n hypernym: - 08665520-n ili: i81892 members: - county seat - county courthouse - partOfSpeech: n -08564875-n: - definition: - - the town or city that is the seat of government for a county - domain_region: - - 08879115-n - hypernym: - - 08665520-n - ili: i81893 - members: - county town - shire town partOfSpeech: n @@ -4963,7 +4955,7 @@ members: - shire mero_part: - - 08564875-n + - 08564718-n partOfSpeech: n 08605540-n: definition: @@ -17892,8 +17884,8 @@ partOfSpeech: n 08835087-n: definition: - - a former country bordering on the Adriatic Sea within the Socialist Federal - Republic of Yugoslavia (1944-1992) + - a former country bordering on the Adriatic Sea within the Socialist Federal Republic + of Yugoslavia (1944-1992) ili: i83178 instance_hypernym: - 08591861-n @@ -24570,7 +24562,7 @@ wikidata: Q1152 08960709-n: definition: - - a division of Normandy + - a historical division of Normandy including Caen ili: i83690 instance_hypernym: - 08959335-n @@ -24687,7 +24679,7 @@ wikidata: Q191085 08962281-n: definition: - - a division of Normandy + - a historical division of Normandy including Rouen ili: i83700 instance_hypernym: - 08959335-n diff --git a/src/yaml/noun.person.yaml b/src/yaml/noun.person.yaml index cbe4f470..a101b0dd 100644 --- a/src/yaml/noun.person.yaml +++ b/src/yaml/noun.person.yaml @@ -24831,6 +24831,7 @@ ili: i88827 members: - career girl + - career woman partOfSpeech: n 09914674-n: definition: @@ -30506,6 +30507,7 @@ members: - dairymaid - milkmaid + - dairywoman partOfSpeech: n 10007849-n: definition: @@ -122044,14 +122046,6 @@ - strawwoman - front woman partOfSpeech: n -80147706-n: - definition: - - a servile black character in a novel by Harriet Beecher Stowe - instance_hypernym: - - 09610740-n - members: - - Uncle Tom - partOfSpeech: n 80161412-n: definition: - a female workman who is employed to repair roads @@ -122682,12 +122676,13 @@ partOfSpeech: n 81448123-n: definition: - - a human female employed to do housework + - a human male employed to do housework hypernym: - 10306910-n - 09946547-n members: - cleaning man + - charman partOfSpeech: n 81483025-n: definition: @@ -123052,15 +123047,6 @@ members: - rewrite man partOfSpeech: n -82046135-n: - definition: - - a woman who is a careerist - hypernym: - - 09914674-n - - 10807146-n - members: - - career woman - partOfSpeech: n 82074520-n: definition: - a Black woman or girl @@ -123646,15 +123632,6 @@ members: - tuner partOfSpeech: n -83218519-n: - definition: - - a woman who works in a dairy - hypernym: - - 10099179-n - - 10807146-n - members: - - dairywoman - partOfSpeech: n 83222719-n: definition: - a man who dances in a chorus line @@ -124864,15 +124841,6 @@ members: - gagwoman partOfSpeech: n -85556310-n: - definition: - - a human male employed to do housework - hypernym: - - 10306910-n - - 09946547-n - members: - - charman - partOfSpeech: n 85561854-n: definition: - a male bully employed as a thug or bodyguard @@ -126431,7 +126399,7 @@ partOfSpeech: n 87970505-n: definition: - - a working woman who takes in washing + - a working man who takes in washing hypernym: - 10306910-n - 10788571-n @@ -126969,15 +126937,6 @@ members: - townswoman partOfSpeech: n -89117996-n: - definition: - - a female who attends a counter (as in a diner) - hypernym: - - 09989248-n - - 10807146-n - members: - - counterwoman - partOfSpeech: n 89208478-n: definition: - a woman who steers a ship diff --git a/src/yaml/noun.plant.yaml b/src/yaml/noun.plant.yaml index a710dd59..cbd45d4d 100644 --- a/src/yaml/noun.plant.yaml +++ b/src/yaml/noun.plant.yaml @@ -20599,7 +20599,7 @@ partOfSpeech: n 11943130-n: definition: - - a variety of pussytoes + - a variety of pussytoes, with leaves resembling a plantain hypernym: - 11942843-n ili: i99877 @@ -20608,7 +20608,7 @@ partOfSpeech: n 11943224-n: definition: - - a variety of pussytoes + - a variety of pussytoes, widespread across North America hypernym: - 11942843-n ili: i99878 @@ -20617,7 +20617,7 @@ partOfSpeech: n 11943308-n: definition: - - a variety of pussytoes + - a variety of pussytoes, with a single flowering head hypernym: - 11942843-n ili: i99879 @@ -21782,7 +21782,7 @@ partOfSpeech: n 11961563-n: definition: - - a variety of knapweed + - a variety of knapweed, widespread across England hypernym: - 11968733-n ili: i99983 @@ -21791,7 +21791,7 @@ partOfSpeech: n 11961647-n: definition: - - a variety of knapweed + - a variety of knapweed, found in France and Northern Italy hypernym: - 11968733-n ili: i99984 @@ -32312,18 +32312,8 @@ - Hordeum vulgare mero_part: - 07819069-n - - 12144165-n partOfSpeech: n wikidata: Q11577 -12144165-n: - definition: - - a grain of barley - hypernym: - - 12177336-n - ili: i100862 - members: - - barleycorn - partOfSpeech: n 12144258-n: definition: - European annual grass often found as a weed in waste ground especially along roadsides @@ -52234,8 +52224,7 @@ partOfSpeech: n 12485408-n: definition: - - one of many subfamilies into which some classification systems subdivide the Liliaceae - but not widely accepted + - a monocot subfamily of the family Asparagaceae, including beargrasses hypernym: - 11576638-n ili: i102475 @@ -52245,8 +52234,8 @@ partOfSpeech: n 12485612-n: definition: - - one of many subfamilies into which some classification systems subdivide the Liliaceae - but not widely accepted + - a family of flowering plants, placed in the order Asparagales of the monocots, + including the Chilean blue crocus hypernym: - 11576638-n ili: i102476 @@ -65855,7 +65844,8 @@ partOfSpeech: n 12714005-n: definition: - - tropical American tree + - tropical American tree harvested by locals for resin, food, wood, and other medical + uses hypernym: - 12711414-n ili: i103561 @@ -65864,7 +65854,7 @@ partOfSpeech: n 12714113-n: definition: - - tropical American tree + - tropical American tree with a girth often exceeding ten feet hypernym: - 12711414-n ili: i103562 @@ -84575,7 +84565,8 @@ partOfSpeech: n 13024734-n: definition: - - a type of slime mushroom + - a type of slime mushroom with non-waxy gills that are free from attachment to + the stalk hypernym: - 13024606-n ili: i105078 @@ -84584,7 +84575,8 @@ partOfSpeech: n 13024825-n: definition: - - a type of slime mushroom + - a type of slime mushroom broadly ellipsoid to ellipsoid, usually smooth (although + a few may bear minute, spiny, warts), and inamyloid hypernym: - 13024606-n ili: i105079 @@ -86630,10 +86622,10 @@ - 12991632-n - 13060109-n - 13060313-n - - 13062308-n - 13064024-n - 13067045-n - - 13067976-n + - 13062485-n + - 13068145-n partOfSpeech: n 13060109-n: definition: @@ -86756,21 +86748,9 @@ - dog stinkhorn - Mutinus caninus partOfSpeech: n -13062308-n: - definition: - - an order of fungi belonging to the class Gasteromycetes - hypernym: - - 11615127-n - ili: i105264 - members: - - Tulostomatales - - order Tulostomatales - mero_member: - - 13062485-n - partOfSpeech: n 13062485-n: definition: - - a family of fungi belonging to the order Tulostomatales + - a family of fungi belonging to the order Gasteromycetes hypernym: - 11611234-n ili: i105265 @@ -87091,18 +87071,6 @@ - Sphaerobolaceae - family Sphaerobolaceae partOfSpeech: n -13067976-n: - definition: - - an order of fungi belonging to the class Gasteromycetes - hypernym: - - 11615127-n - ili: i105293 - members: - - Secotiales - - order Secotiales - mero_member: - - 13068145-n - partOfSpeech: n 13068145-n: definition: - a family of fungi that have a stalk and cap and a wrinkled mass of tissue (the diff --git a/src/yaml/noun.state.yaml b/src/yaml/noun.state.yaml index 5b07319e..94d802d1 100644 --- a/src/yaml/noun.state.yaml +++ b/src/yaml/noun.state.yaml @@ -9098,6 +9098,7 @@ ili: i110927 members: - gingivitis + - ulitis partOfSpeech: n 14104779-n: definition: @@ -24940,15 +24941,6 @@ members: - tympanitis partOfSpeech: n -14381098-n: - definition: - - inflammation of the gums - hypernym: - - 14359944-n - ili: i112443 - members: - - ulitis - partOfSpeech: n 14381175-n: definition: - inflammation of the ureter diff --git a/src/yaml/noun.substance.yaml b/src/yaml/noun.substance.yaml index b78831d3..d93a58cd 100644 --- a/src/yaml/noun.substance.yaml +++ b/src/yaml/noun.substance.yaml @@ -7783,6 +7783,9 @@ ili: i114358 members: - alpha iron + - ferrite + - alpha-ferrite + - alpha-Fe partOfSpeech: n 14744994-n: definition: @@ -8083,6 +8086,7 @@ ili: i114387 members: - chrysotile + - white asbestos partOfSpeech: n 14750120-n: definition: @@ -11046,7 +11050,7 @@ wikidata: Q2641370 14801263-n: definition: - - an antacid + - an antacid with an Italian lemon taste exemplifies: - 06864792-n hypernym: @@ -11057,7 +11061,7 @@ partOfSpeech: n 14801347-n: definition: - - an antacid + - an antacid also containing aspirin exemplifies: - 06864792-n hypernym: @@ -11079,7 +11083,7 @@ wikidata: Q254296 14801600-n: definition: - - an antacid + - an antacid containing a suspension of aluminum hydroxide and magnesium hydroxide exemplifies: - 06864792-n hypernym: @@ -11090,7 +11094,7 @@ partOfSpeech: n 14801682-n: definition: - - an antacid + - an antacid which contains calcium carbonate, magnesium hydroxide and simethicone exemplifies: - 06864792-n hypernym: @@ -11111,7 +11115,7 @@ partOfSpeech: n 14801927-n: definition: - - an antacid + - an antacid containing bismuth subsalicylate with a bright pink color exemplifies: - 06864792-n hypernym: @@ -11122,7 +11126,7 @@ partOfSpeech: n 14802015-n: definition: - - an antacid + - a calcium and magnesium-based antacid produced by Procter & Gamble exemplifies: - 06864792-n hypernym: @@ -16030,7 +16034,6 @@ - ferrite mero_substance: - 14744853-n - - 92363685-n partOfSpeech: n 14883495-n: definition: @@ -18681,6 +18684,8 @@ members: - polyurethane - polyurethan + - PUR + - PU partOfSpeech: n wikidata: Q146322 14927490-n: @@ -18688,7 +18693,6 @@ - a foam made by adding water to polyurethane plastics hypernym: - 14927246-n - - 92364728-n ili: i115402 members: - polyfoam @@ -31524,40 +31528,9 @@ - flerovium partOfSpeech: n source: plWordNet 4.0 -92363685-n: - definition: - - a magnetic allotrope of iron; stable below 906 degrees centigrade - hypernym: - - 14666595-n - members: - - ferrite - - alpha-ferrite - - alpha-Fe - partOfSpeech: n - source: plWordNet 4.0 -92363714-n: - definition: - - a grey or green fibrous mineral; an important source of commercial asbestos - hypernym: - - 14749770-n - members: - - white asbestos - partOfSpeech: n - source: plWordNet 4.0 -92364728-n: - definition: - - any of various polymers containing the urethane radical; a wide variety of synthetic - forms are made and used as adhesives or plastics or paints or rubber - hypernym: - - 15018895-n - members: - - PUR - - PU - partOfSpeech: n - source: plWordNet 4.0 92365838-n: definition: - - a B vitamin that is essential for metabolism of amino acids and starch + - a vitamin B6 phosphate that is the phosphoric ester derivative of pyridoxamine hypernym: - 15115309-n members: @@ -31987,12 +31960,12 @@ source: plWordNet 4.0 92427724-n: definition: - - a substance that promotes drying (e.g., calcium oxide absorbs water and is used - to remove moisture) + - a substance that promotes drying of oils hypernym: - 14803955-n members: - oil drying agent + - siccative partOfSpeech: n source: plWordNet 4.0 92427729-n: diff --git a/src/yaml/verb.body.yaml b/src/yaml/verb.body.yaml index 1d760d29..3defbebc 100644 --- a/src/yaml/verb.body.yaml +++ b/src/yaml/verb.body.yaml @@ -1213,6 +1213,7 @@ - call to mind example: - These pictures bring back sad memories + - this remark evoked sadness hypernym: - 00018806-v ili: i21876 @@ -1221,6 +1222,9 @@ - bring back - bring round - bring around + - suggest + - evoke + - paint a picture partOfSpeech: v 00022309-v: definition: @@ -2904,7 +2908,7 @@ - please don't undress in front of everybody! - She strips in front of strangers every night for a living hypernym: - - 00179205-v + - 00173351-v ili: i22021 members: - undress diff --git a/src/yaml/verb.change.yaml b/src/yaml/verb.change.yaml index ed89553b..ad8b5903 100644 --- a/src/yaml/verb.change.yaml +++ b/src/yaml/verb.change.yaml @@ -2137,11 +2137,15 @@ - increase or raise example: - OPEC bumped up the price of oil + - boost the voltage in an electrical circuit hypernym: - 00158311-v ili: i22502 members: - bump up + - boost + - advance + - supercharge partOfSpeech: v 00158612-v: definition: @@ -2953,7 +2957,7 @@ partOfSpeech: v 00172745-v: definition: - - take away + - become poorer hypernym: - 00204228-v ili: i22573 @@ -3005,6 +3009,8 @@ - Remove the dirty dishes from the table - take the gun from your pocket - This machine withdraws heat from the environment + - Take that weight off me! + - pull the old soup cans from the supermarket shelf hypernym: - 02372362-v ili: i22577 @@ -3013,6 +3019,8 @@ - take - take away - withdraw + - take off + - pull partOfSpeech: v 00175817-v: definition: @@ -3268,17 +3276,6 @@ - tear off - rip off partOfSpeech: v -00179205-v: - definition: - - take away - example: - - Take that weight off me! - hypernym: - - 00173351-v - ili: i22600 - members: - - take off - partOfSpeech: v 00179372-v: definition: - remove a cloak from @@ -4369,7 +4366,7 @@ partOfSpeech: v 00195686-v: definition: - - remove + - remove debris from example: - clear the leaves from the lawn - Clear snow from the road @@ -4467,7 +4464,7 @@ example: - declaw a cat hypernym: - - 00179205-v + - 00173351-v ili: i22705 members: - declaw @@ -4487,7 +4484,7 @@ definition: - take the horns off (an animal) hypernym: - - 00179205-v + - 00173351-v ili: i22707 members: - dehorn @@ -14208,7 +14205,7 @@ partOfSpeech: v 00354849-v: definition: - - put an end to + - put an end to a situation example: - lift a ban - raise a siege @@ -14338,7 +14335,7 @@ partOfSpeech: v 00356457-v: definition: - - come to an end + - come to an end (of a state) example: - Their marriage dissolved - The tobacco monopoly broke up @@ -14993,7 +14990,7 @@ - 00367200-v 00367200-v: definition: - - remove water from + - concentrate by removing water from example: - condense the milk hypernym: @@ -22696,19 +22693,6 @@ members: - preisolate partOfSpeech: v -00498142-v: - definition: - - increase or raise - example: - - boost the voltage in an electrical circuit - hypernym: - - 00153083-v - ili: i24194 - members: - - boost - - advance - - supercharge - partOfSpeech: v 00498300-v: definition: - treat with ammonia; cause to undergo ammonification @@ -27577,19 +27561,6 @@ members: - drift partOfSpeech: v -00572673-v: - definition: - - take away - example: - - pull the old soup cans from the supermarket shelf - hypernym: - - 00173351-v - ili: i24606 - members: - - pull - partOfSpeech: v - similar: - - 01999243-v 00572815-v: definition: - make pagan in character diff --git a/src/yaml/verb.communication.yaml b/src/yaml/verb.communication.yaml index 33de21ad..50f72ef6 100644 --- a/src/yaml/verb.communication.yaml +++ b/src/yaml/verb.communication.yaml @@ -3348,7 +3348,7 @@ partOfSpeech: v 00803639-v: definition: - - refuse to acknowledge + - pretend not to notice example: - He turns a blind eye to the injustices in his office hypernym: @@ -10335,19 +10335,6 @@ members: - rip out partOfSpeech: v -00932330-v: - definition: - - call to mind - example: - - this remark evoked sadness - hypernym: - - 00945869-v - ili: i26262 - members: - - suggest - - evoke - - paint a picture - partOfSpeech: v 00932561-v: definition: - suggest as a logically necessary consequence; in logic diff --git a/src/yaml/verb.contact.yaml b/src/yaml/verb.contact.yaml index 7c28d81d..293bbda0 100644 --- a/src/yaml/verb.contact.yaml +++ b/src/yaml/verb.contact.yaml @@ -4691,7 +4691,7 @@ partOfSpeech: v 01282077-v: definition: - - make smaller + - cause to be smaller example: - The heat contracted the woollen garment hypernym: @@ -12672,21 +12672,6 @@ members: - pull partOfSpeech: v -01409889-v: - definition: - - hit with great force - domain_topic: - - 00524569-n - example: - - He killed the ball - hypernym: - - 01407698-v - ili: i28760 - members: - - kill - partOfSpeech: v - similar: - - 01410030-v 01410030-v: definition: - hit with so much force as to make a return impossible, in racket games @@ -12694,14 +12679,13 @@ - 00524569-n example: - She killed the ball + - He killed the ball hypernym: - 01407698-v ili: i28761 members: - kill partOfSpeech: v - similar: - - 01409889-v 01410222-v: definition: - hit or play a ball successfully @@ -14372,7 +14356,7 @@ - 02081903-v 01436307-v: definition: - - remove + - take someone to hell example: - The devil will fetch you! hypernym: @@ -16767,7 +16751,7 @@ partOfSpeech: v 01478367-v: definition: - - release + - release a feeling example: - uncork his anger hypernym: @@ -18775,11 +18759,13 @@ - propel through the air example: - throw a frisbee + - The rocket lofted the space shuttle into the air hypernym: - 01514338-v ili: i29265 members: - throw + - loft partOfSpeech: v 01511516-v: definition: @@ -22317,7 +22303,7 @@ partOfSpeech: v 01568702-v: definition: - - destroy completely + - destroy completely by means of consumption example: - The fire consumed the building hypernym: @@ -24835,17 +24821,6 @@ - lasso - rope partOfSpeech: v -01607363-v: - definition: - - propel through the air - example: - - The rocket lofted the space shuttle into the air - hypernym: - - 01514338-v - ili: i29771 - members: - - loft - partOfSpeech: v 01607507-v: definition: - fasten or join with a joggle diff --git a/src/yaml/verb.creation.yaml b/src/yaml/verb.creation.yaml index 01a0afef..6a6a4657 100644 --- a/src/yaml/verb.creation.yaml +++ b/src/yaml/verb.creation.yaml @@ -875,6 +875,8 @@ 01637966-v: definition: - concoct something artificial or untrue + example: + - vamp up an excuse for not attending the meeting hypernym: - 01637684-v ili: i29918 @@ -884,6 +886,8 @@ - cook up - make up - invent + - vamp + - vamp up partOfSpeech: v 01638276-v: definition: @@ -4688,7 +4692,7 @@ partOfSpeech: v 01701863-v: definition: - - make up + - make up a word or phrase example: - coin phrases or words hypernym: @@ -7210,18 +7214,6 @@ - prefabricate - preassemble partOfSpeech: v -01743426-v: - definition: - - make up - example: - - vamp up an excuse for not attending the meeting - hypernym: - - 01637966-v - ili: i30434 - members: - - vamp - - vamp up - partOfSpeech: v 01743556-v: definition: - produce shoddily, without much attention to detail diff --git a/src/yaml/verb.motion.yaml b/src/yaml/verb.motion.yaml index a9e6e778..f63b7b1b 100644 --- a/src/yaml/verb.motion.yaml +++ b/src/yaml/verb.motion.yaml @@ -9889,7 +9889,6 @@ similar: - 01858118-v - 01353852-v - - 00572673-v 01999581-v: definition: - move ahead; travel onward in time or space @@ -11242,11 +11241,13 @@ - reach in time example: - I have to catch a train at 7 o'clock + - We barely made the plane hypernym: - 02021901-v ili: i31831 members: - catch + - make partOfSpeech: v similar: - 01157556-v @@ -11400,8 +11401,6 @@ - arrive at - gain partOfSpeech: v - similar: - - 02025384-v 02025001-v: definition: - reach the summit (of a mountain) @@ -11426,19 +11425,6 @@ members: - top partOfSpeech: v -02025384-v: - definition: - - reach in time - example: - - We barely made the plane - hypernym: - - 02024442-v - ili: i31846 - members: - - make - partOfSpeech: v - similar: - - 02024442-v 02025505-v: definition: - succeed in reaching; arrive at diff --git a/src/yaml/verb.perception.yaml b/src/yaml/verb.perception.yaml index d7eca7c3..ad090b2b 100644 --- a/src/yaml/verb.perception.yaml +++ b/src/yaml/verb.perception.yaml @@ -5227,7 +5227,7 @@ - his speeches smacked of racism - this passage smells of plagiarism hypernym: - - 00932330-v + - 00945869-v ili: i32727 members: - smack diff --git a/src/yaml/verb.possession.yaml b/src/yaml/verb.possession.yaml index 6cde8005..36d6cce9 100644 --- a/src/yaml/verb.possession.yaml +++ b/src/yaml/verb.possession.yaml @@ -1298,17 +1298,6 @@ - junk - scrap partOfSpeech: v -02228261-v: - definition: - - dispose of - example: - - We waste the dirty water by channeling it into the sewer - hypernym: - - 02227100-v - ili: i32862 - members: - - waste - partOfSpeech: v 02228412-v: definition: - remove unwanted elements @@ -1340,12 +1329,14 @@ example: - Get rid of these old shoes! - The company got rid of all the dead wood + - We waste the dirty water by channeling it into the sewer hypernym: - 02372362-v ili: i32865 members: - get rid of - remove + - waste partOfSpeech: v 02229563-v: definition: diff --git a/src/yaml/verb.social.yaml b/src/yaml/verb.social.yaml index 8cc4da3e..8d4dd44d 100644 --- a/src/yaml/verb.social.yaml +++ b/src/yaml/verb.social.yaml @@ -6187,7 +6187,7 @@ partOfSpeech: v 02485579-v: definition: - - release + - release a publication example: - The publisher wants to distribute the book in Asia hypernym: diff --git a/src/yaml/verb.stative.yaml b/src/yaml/verb.stative.yaml index 56b40806..88efffce 100644 --- a/src/yaml/verb.stative.yaml +++ b/src/yaml/verb.stative.yaml @@ -1838,7 +1838,7 @@ definition: - suggest that someone is guilty hypernym: - - 00932330-v + - 00945869-v ili: i34857 members: - incriminate @@ -8556,7 +8556,7 @@ partOfSpeech: v 02752492-v: definition: - - come to an end + - come to an end (of an event) example: - The heat wave finally broke yesterday hypernym: