Skip to content

Commit

Permalink
Merge pull request #217 from goodmami/gh-213-pertainym-also
Browse files Browse the repository at this point in the history
Remove reverse of pertainym and also
  • Loading branch information
goodmami authored Nov 2, 2024
2 parents ac1896a + 59f65e7 commit 0355d9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## Fixed

* Follow redirects with `httpx.Client` in `wn._download` ([#211])
* Remove reverse relations for `pertainym` and `also` ([#213])


## [v0.10.0]

Expand Down Expand Up @@ -673,3 +678,5 @@ abandoned, but this is an entirely new codebase.
[#202]: https://github.com/goodmami/wn/issues/202
[#203]: https://github.com/goodmami/wn/issues/203
[#207]: https://github.com/goodmami/wn/issues/207
[#211]: https://github.com/goodmami/wn/issues/211
[#213]: https://github.com/goodmami/wn/issues/213
4 changes: 2 additions & 2 deletions wn/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
'holo_portion': 'mero_portion',
'mero_substance': 'holo_substance',
'holo_substance': 'mero_substance',
'also': 'also',
# 'also': '',
'state_of': 'be_in_state',
'be_in_state': 'state_of',
'causes': 'is_caused_by',
Expand Down Expand Up @@ -203,7 +203,7 @@
'co_instrument_patient': 'co_patient_instrument',
'co_result_instrument': 'co_instrument_result',
'co_instrument_result': 'co_result_instrument',
'pertainym': 'pertainym',
# 'pertainym': '',
'derivation': 'derivation',
'simple_aspect_ip': 'simple_aspect_pi',
'simple_aspect_pi': 'simple_aspect_ip',
Expand Down

0 comments on commit 0355d9a

Please sign in to comment.