dkpro / dkpro-uby

Framework for creating and accessing UBY resources – sense-linked lexical resources in standard UBY-LMF format
https://dkpro.github.io/dkpro-uby
Other
22 stars 3 forks source link

WordNet: semicolon-separated parts of the gloss are split into multiple definitions #97

Closed judithek closed 9 years ago

judithek commented 9 years ago
Checked the synset {car, auto, automobile, machine, motorcar} and found that its gloss
is split into two definitions:

        <Synset id="WN_Synset_15951">
            <Definition>
                <TextRepresentation languageIdentifier="eng" writtenText="a
motor vehicle with four wheels"/>
            </Definition>
            <Definition>
                <TextRepresentation languageIdentifier="eng" writtenText="usually
propelled by an internal combustion engine"/>
            </Definition>

IMHO, this is rather misleading since the WordNet definition is meant as a whole rather
than two (exchangeable definitions). What is the motivation of having this separated?
If we keep it in the current style, we should definitely document this behavior prominently
and inform everyone who is working with definitions (e.g., for WSD, WSA, etc.) since
my approach was - until today - do just consider the first UBY-WordNet definition...

Comments welcome.

Original issue reported on code.google.com by chmeyer.de on 2014-07-17 15:13:28

judithek commented 9 years ago
>> What is the motivation of having this separated?
no motivation

I did not implement it and did not inspect this part of the code yet

will modify it, agree that it makes no sense

Original issue reported on code.google.com by eckle.kohler on 2014-07-18 07:09:33

judithek commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-07-18 07:10:46

judithek commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-10-30 15:39:53

judithek commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2015-02-18 21:11:15

judithek commented 9 years ago
Done.

Original issue reported on code.google.com by chmeyer.de on 2015-04-03 16:48:59