Skip to content

Commit

Permalink
Merge pull request #566 from globalwordnet/issue-#103
Browse files Browse the repository at this point in the history
Delete synset
  • Loading branch information
jmccrae authored Mar 11, 2021
2 parents 32acc38 + 12496c8 commit 4c0b4db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 34 deletions.
1 change: 1 addition & 0 deletions src/deprecations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@
"ewn-11662414-n","i98548","ewn-83153902-n","in","Split sense (#78)"
"ewn-11662694-n","i98549","ewn-80820791-n","in","Split sense (#78)"
"ewn-11662881-n","i98550","ewn-85319713-n","in","Split sense (#78)"
"ewn-11487100-n","i97847","ewn-11545095-n","i98170","compositional "
18 changes: 2 additions & 16 deletions src/xml/wn-noun.phenomenon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE LexicalResource SYSTEM "http://globalwordnet.github.io/schemas/WN-LMF-relaxed-1.0.dtd">
<LexicalResource xmlns:dc="http://purl.org/dc/elements/1.1/">
<Lexicon id="ewn"
label="English WordNet"
<Lexicon id="ewn"
label="English WordNet"
language="en"
email="[email protected]"
license="https://wordnet.princeton.edu/license-and-commercial-use"
Expand Down Expand Up @@ -1069,10 +1069,6 @@
<Lemma writtenForm="frost snow" partOfSpeech="n"/>
<Sense id="ewn-frost_snow-n-11529795-06" n="0" synset="ewn-11529795-n" dc:identifier="frost_snow%1:19:00::"/>
</LexicalEntry>
<LexicalEntry id="ewn-hot_weather-n">
<Lemma writtenForm="hot weather" partOfSpeech="n"/>
<Sense id="ewn-hot_weather-n-11487100-01" n="0" synset="ewn-11487100-n" dc:identifier="hot_weather%1:19:00::"/>
</LexicalEntry>
<LexicalEntry id="ewn-chromatic_aberration-n">
<Lemma writtenForm="chromatic aberration" partOfSpeech="n"/>
<Sense id="ewn-chromatic_aberration-n-11459018-01" n="0" synset="ewn-11459018-n" dc:identifier="chromatic_aberration%1:19:00::"/>
Expand Down Expand Up @@ -6619,22 +6615,13 @@
<SynsetRelation relType="hypernym" target="ewn-11438864-n"/> <!-- organic phenomenon -->
<Example>&quot;a successful graft or transplant requires a high degree of histocompatibility&quot;</Example>
</Synset>
<!-- hot weather -->
<Synset id="ewn-11487100-n" ili="i97847" partOfSpeech="n" dc:subject="noun.phenomenon">
<Definition>a period of unusually high temperatures</Definition>
<SynsetRelation relType="hypernym" target="ewn-11545095-n"/> <!-- conditions, weather condition, atmospheric condition, weather -->
<SynsetRelation relType="hyponym" target="ewn-11487233-n"/> <!-- scorcher -->
<SynsetRelation relType="hyponym" target="ewn-11487308-n"/> <!-- sultriness -->
</Synset>
<!-- scorcher -->
<Synset id="ewn-11487233-n" ili="i97848" partOfSpeech="n" dc:subject="noun.phenomenon">
<Definition>an extremely hot day</Definition>
<SynsetRelation relType="hypernym" target="ewn-11487100-n"/> <!-- hot weather -->
</Synset>
<!-- sultriness -->
<Synset id="ewn-11487308-n" ili="i97849" partOfSpeech="n" dc:subject="noun.phenomenon">
<Definition>oppressively hot and humid weather</Definition>
<SynsetRelation relType="hypernym" target="ewn-11487100-n"/> <!-- hot weather -->
</Synset>
<!-- hurricane -->
<Synset id="ewn-11487417-n" ili="i97850" partOfSpeech="n" dc:subject="noun.phenomenon">
Expand Down Expand Up @@ -8588,7 +8575,6 @@
<SynsetRelation relType="domain_topic" target="ewn-06128170-n"/> <!-- meteorology -->
<SynsetRelation relType="hyponym" target="ewn-11460108-n"/> <!-- cold weather -->
<SynsetRelation relType="hyponym" target="ewn-11476879-n"/> <!-- fair weather, temperateness, sunshine -->
<SynsetRelation relType="hyponym" target="ewn-11487100-n"/> <!-- hot weather -->
<SynsetRelation relType="hyponym" target="ewn-11502540-n"/> <!-- thawing, thaw, warming -->
<SynsetRelation relType="hyponym" target="ewn-11515038-n"/> <!-- precipitation, downfall -->
<SynsetRelation relType="hyponym" target="ewn-11544884-n"/> <!-- wave -->
Expand Down
5 changes: 0 additions & 5 deletions src/yaml/entries-h.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35057,11 +35057,6 @@ hot water plant:
sense:
- id: 'hot_water_plant%1:20:00::'
synset: 12850982-n
hot weather:
n:
sense:
- id: 'hot_weather%1:19:00::'
synset: 11487100-n
hot-air balloon:
n:
sense:
Expand Down
13 changes: 0 additions & 13 deletions src/yaml/noun.phenomenon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3220,29 +3220,16 @@
members:
- histocompatibility
partOfSpeech: n
11487100-n:
definition:
- a period of unusually high temperatures
hypernym:
- 11545095-n
ili: i97847
members:
- hot weather
partOfSpeech: n
11487233-n:
definition:
- an extremely hot day
hypernym:
- 11487100-n
ili: i97848
members:
- scorcher
partOfSpeech: n
11487308-n:
definition:
- oppressively hot and humid weather
hypernym:
- 11487100-n
ili: i97849
members:
- sultriness
Expand Down

0 comments on commit 4c0b4db

Please sign in to comment.