You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The 2022 release assets from LMF have the following at the top of the file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPELexicalResource SYSTEM "http://globalwordnet.github.io/schemas/WN-LMF-1.1.dtd">
<LexicalResourcexmlns:dc="https://globalwordnet.github.io/schemas/dc/">
<Lexiconid="oewn"label="Open English WordNet"language="en"email="[email protected]"license="https://creativecommons.org/licenses/by/4.0/"version="2021"
citation = "John P. McCrae, Alexandre Rademaker, Francis Bond, Ewa Rudnicka and Christiane Fellbaum (2019) English WordNet 2019 – An Open-Source WordNet for English, *Proceedings of the 10th Global WordNet Conference* – GWC 2019"url="https://github.com/globalwordnet/english-wordnet">
Note that the version is 2021 and not 2022. This is true for both files:
I confirmed that the files are in fact different from the 2021 release XML, it's just the version attribute that was not updated.
As a side note, the WN-LMF version could be 1.2, but I don't think there are any differences in the WN-LMF format between 1.1 and 1.2 (it seems all the differences were for the other formats).
To Reproduce
I noticed this when trying to import OEWN-2022 into Wn (see goodmami/wn#181):
It would be great if the release assets (both links) were replaced with new files that use version="2022":
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPELexicalResource SYSTEM "http://globalwordnet.github.io/schemas/WN-LMF-1.1.dtd">
<LexicalResourcexmlns:dc="https://globalwordnet.github.io/schemas/dc/">
<Lexiconid="oewn"label="Open English WordNet"language="en"email="[email protected]"license="https://creativecommons.org/licenses/by/4.0/"version="2022"
citation = "John P. McCrae, Alexandre Rademaker, Francis Bond, Ewa Rudnicka and Christiane Fellbaum (2019) English WordNet 2019 – An Open-Source WordNet for English, *Proceedings of the 10th Global WordNet Conference* – GWC 2019"url="https://github.com/globalwordnet/english-wordnet">
The text was updated successfully, but these errors were encountered:
goodmami
added
the
release format
This issue refers to the WNDB or RDF export, so no changes will be made to this repository
label
Mar 9, 2023
@jmccrae just checking in. Do you think you could re-release the 2022 WN-LMF files with this simple fix? I wouldn't mind them being released alongside the originals (e.g., english-wordnet-2022-r2.xml.gz) in case you don't want to break anything.
Release format
LMF
Describe the bug
The 2022 release assets from LMF have the following at the top of the file:
Note that the
version
is2021
and not2022
. This is true for both files:I confirmed that the files are in fact different from the 2021 release XML, it's just the
version
attribute that was not updated.As a side note, the WN-LMF version could be 1.2, but I don't think there are any differences in the WN-LMF format between 1.1 and 1.2 (it seems all the differences were for the other formats).
To Reproduce
I noticed this when trying to import OEWN-2022 into Wn (see goodmami/wn#181):
Expected behavior
It would be great if the release assets (both links) were replaced with new files that use
version="2022"
:The text was updated successfully, but these errors were encountered: