globalwordnet / english-wordnet

The Open English WordNet
https://en-word.net/
Other
442 stars 52 forks source link

Download links in the 2023-edition release are incorrect #990

Closed goodmami closed 7 months ago

goodmami commented 7 months ago

Release format

LMF/RDF/WNDB

Describe the bug

The download links in the text of the release are for the 2022 version:

Download links:

The release assets at the bottom, however, are correct.

Expected behavior

These should be corrected as follows:

Download links:
- GWA XML: https://en-word.net/static/english-wordnet-2023.xml.gz
- RDF: https://en-word.net/static/english-wordnet-2023.ttl.gz
- WNDB: https://en-word.net/static/english-wordnet-2023.zip (for legacy applications)

Additional context

This is not the same issue as #902, even though both scripts/merge.py and scripts/wordnet_yaml.py specify 2022:

https://github.com/globalwordnet/english-wordnet/blob/f2528e218eb6034696aff5023d5de54152cb8f9d/scripts/merge.py#L73

https://github.com/globalwordnet/english-wordnet/blob/f2528e218eb6034696aff5023d5de54152cb8f9d/scripts/wordnet_yaml.py#L143

This issue is just about the links in the text of the 2023 release, but the above instances of 2022 might need to be corrected anyway.

jmccrae commented 7 months ago

Fixed