Blocking issues
- redundant sense between lexical entry and synset
Certain synsets in DanNet seem to have multiple senses with the same lemma, e.g. "stendynge": https://wordnet.dk/dannet/data/synset-65080 or https://wordnet.dk/dannet/data/synset-3440
This causes the duplication in the dataset. Since it is a structural issue owing to how DanNet was constructed from existing entries in DDO, it's not something I alone have the power to change (it requires major lexicographical decisions).
- redundant lexical entry with the same lemma and synset
This is a mirror of the former issue, but seemingly with the added issue of certain entries in DanNet having two written representations (not ideal), e.g. https://wordnet.dk/dannet/data/word-11039302-18
This latter, smaller issue should be possible for me to fix.
- ILI is repeated across synsets
This has to do with our manual linking to the Princeton WordNet (which are now ILI links).
There was apparently no QA in the process which has resulted in multiple duplicate links to the same ILI, e.g. https://wordnet.dk/dannet/external/ili/i71549
- proposed ILI is missing a definition
This refers to the fact that the dataset currently doesn't contain any <ILIDefinition> elements following the <Definition> element.
This should be trivial to fix, but I'm not sure why it's a blocking issue? Why should DanNet contain the ILI definitions? Should every WN-LMF contain these same definitions? Why isn't this a redundancy?
Things it would be nice to fix (or confirm that they are intended
- reverse relation is missing
It has so far been our norm to publish the curated links and not the inferred/generated ones such hyponym (we publish hypernym).
Changing this would mean deviating from this norm and it will also increase the time/resources required to generate the WN-LMF dataset since it will need to query the virtual inference graph rather than its constituent parts.
- synset's part-of-speech is different from its hypernym's
This is a general feature of DanNet. An adjective like "fredelig" is a child of "egenskab" (noun). There is no changing this unless the lexicographers redo the general structure of DanNet.
Most of these self-references are wn:domain_topic since the domain of a domain is itself.
The second-largest group of self-references are wn:similar which seems to stem from the more recent addition of adjectives to DanNet. These should be trivial to remove entirely from DanNet after which the new WN-LMF can be generated.
The remainder seems to be part-whole curiosities such as "rice" being a part of "rice": https://wordnet.dk/dannet/data/synset-1424
These can probably just be removed manually?
I think the redundant sense/lexical entry is probably just an error in the script that builds the LMF. The ILI repeating across synsets is maybe more serious, but could possibly also be fixed programmatically --- trivially by unlinking these synsets, but more interestingly by looking at the hypernym/hyponym relations between them if any. There are very few proposed ILIs without definitions, in this case they could just not be proposed, or definitions written.
Reverse relation is missing we can easily add. Synset POS different from hypernym is not so common normally, I would like to check that these are OK. relation is a self loop are probably bugs, but again it would need to be checked.
Certain synsets in DanNet seem to have multiple senses with the same lemma, e.g. "stendynge": https://wordnet.dk/dannet/data/synset-65080 or https://wordnet.dk/dannet/data/synset-3440
This causes the duplication in the dataset. Since it is a structural issue owing to how DanNet was constructed from existing entries in DDO, it's not something I alone have the power to change (it requires major lexicographical decisions).
This is a mirror of the former issue, but seemingly with the added issue of certain entries in DanNet having two written representations (not ideal), e.g. https://wordnet.dk/dannet/data/word-11039302-18
This latter, smaller issue should be possible for me to fix.
This has to do with our manual linking to the Princeton WordNet (which are now ILI links).
There was apparently no QA in the process which has resulted in multiple duplicate links to the same ILI, e.g. https://wordnet.dk/dannet/external/ili/i71549
This refers to the fact that the dataset currently doesn't contain any
<ILIDefinition>elements following the<Definition>element.This should be trivial to fix, but I'm not sure why it's a blocking issue? Why should DanNet contain the ILI definitions? Should every WN-LMF contain these same definitions? Why isn't this a redundancy?
It has so far been our norm to publish the curated links and not the inferred/generated ones such
hyponym(we publishhypernym).Changing this would mean deviating from this norm and it will also increase the time/resources required to generate the WN-LMF dataset since it will need to query the virtual inference graph rather than its constituent parts.
This is a general feature of DanNet. An adjective like "fredelig" is a child of "egenskab" (noun). There is no changing this unless the lexicographers redo the general structure of DanNet.
Most of these self-references are
wn:domain_topicsince the domain of a domain is itself.The second-largest group of self-references are
wn:similarwhich seems to stem from the more recent addition of adjectives to DanNet. These should be trivial to remove entirely from DanNet after which the new WN-LMF can be generated.The remainder seems to be part-whole curiosities such as "rice" being a part of "rice": https://wordnet.dk/dannet/data/synset-1424
These can probably just be removed manually?