Skip to content

Commit

Permalink
Changing relation for 'group meeting'
Browse files Browse the repository at this point in the history
Fixes globalwordnet#445

Although a wider issue is mentioned in this here changing the hypernym should fix the immediate issue.
  • Loading branch information
cathal444 committed Aug 10, 2021
1 parent 3408465 commit 946de1e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/xml/wn-noun.Tops.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,7 @@
<SynsetRelation relType="hyponym" target="ewn-90008911-n"/>
<SynsetRelation relType="hypernym" target="ewn-00002137-n"/> <!-- abstract entity, abstraction -->
<SynsetRelation relType="hyponym" target="ewn-07298313-n"/>
<SynsetRelation relType="hypernym" target="ewn-08324519-n"/>
</Synset>
<!-- physical process, process -->
<Synset id="ewn-00029976-n" ili="i35587" partOfSpeech="n" dc:subject="noun.Tops">
Expand Down
3 changes: 1 addition & 2 deletions src/xml/wn-noun.group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19629,7 +19629,6 @@
<SynsetRelation relType="hyponym" target="ewn-08255581-n"/> <!-- class, year -->
<SynsetRelation relType="hyponym" target="ewn-08269132-n"/> <!-- social affair, social gathering -->
<SynsetRelation relType="hyponym" target="ewn-08290764-n"/> <!-- crowd, crew, bunch, gang -->
<SynsetRelation relType="hyponym" target="ewn-08324519-n"/> <!-- group meeting, meeting -->
<SynsetRelation relType="hyponym" target="ewn-08327239-n"/> <!-- covey -->
<SynsetRelation relType="hyponym" target="ewn-08374919-n"/> <!-- quorum -->
<SynsetRelation relType="hyponym" target="ewn-08375259-n"/> <!-- mass meeting, rally -->
Expand Down Expand Up @@ -31618,7 +31617,6 @@
<!-- group meeting, meeting -->
<Synset id="ewn-08324519-n" ili="i80791" partOfSpeech="n" dc:subject="noun.group">
<Definition>a formally arranged gathering</Definition>
<SynsetRelation relType="hypernym" target="ewn-07991473-n"/> <!-- assemblage, gathering -->
<SynsetRelation relType="hyponym" target="ewn-08324969-n"/> <!-- board meeting, committee meeting -->
<SynsetRelation relType="hyponym" target="ewn-08325086-n"/> <!-- camp meeting -->
<SynsetRelation relType="hyponym" target="ewn-08325243-n"/> <!-- caucus -->
Expand All @@ -31633,6 +31631,7 @@
<SynsetRelation relType="hyponym" target="ewn-08327098-n"/> <!-- stockholders meeting -->
<SynsetRelation relType="hyponym" target="ewn-08329289-n"/> <!-- summit meeting, summit -->
<SynsetRelation relType="hyponym" target="ewn-08329392-n"/> <!-- town meeting -->
<SynsetRelation relType="hyponym" target="ewn-00029677-n"/>
<Example>&quot;next year the meeting will be in Chicago&quot;</Example>
<Example>&quot;the meeting elected a chairperson&quot;</Example>
</Synset>
Expand Down
1 change: 1 addition & 0 deletions src/yaml/noun.Tops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
- something that happens at a given place and time
hypernym:
- 00002137-n
- 08324519-n
ili: i35586
members:
- event
Expand Down
2 changes: 0 additions & 2 deletions src/yaml/noun.group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20392,8 +20392,6 @@
example:
- '"next year the meeting will be in Chicago"'
- '"the meeting elected a chairperson"'
hypernym:
- 07991473-n
ili: i80791
members:
- meeting
Expand Down

0 comments on commit 946de1e

Please sign in to comment.