dpriskorn / LexBatchCreator

Wikidata Lexicographic data batch creator similar to QuickStatements by Magnus Manske (which does not support lexemes fully yet).
GNU General Public License v3.0
6 stars 0 forks source link

Feature request: Support statements on forms and senses #7

Open fnielsen opened 1 year ago

fnielsen commented 1 year ago

It is not clear whether the setting of properties are implemented. And if it is implemented what format the input has. For instance, the below example did not set up the properties.

CREATE
LAST    LEM     hestekraft
LAST    LC      Q1084
LAST    LANG    Q9035
LAST    LANG_CODE       da
LAST    P5185   Q1305037
LAST    P10831  "COR.41802"
LAST    P5187   hestekraft
LAST    CREATE_FORM
LAST    Rda     hestekraft
LAST    GF      Q98946930
LAST    GF      Q110786
LAST    GF      Q53997857
LAST    FP10830 COR.41802.110.01
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekraften
LAST    GF      Q98946930
LAST    GF      Q110786
LAST    GF      Q53997851
LAST    FP10830 COR.41802.111.01
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekræfter
LAST    GF      Q98946930
LAST    GF      Q146786
LAST    GF      Q53997857
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekræfterne
LAST    GF      Q98946930
LAST    GF      Q146786
LAST    GF      Q53997851
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekrafts
LAST    GF      Q146233
LAST    GF      Q110786
LAST    GF      Q53997857
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekraftens
LAST    GF      Q146233
LAST    GF      Q110786
LAST    GF      Q53997851
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekræfters
LAST    GF      Q146233
LAST    GF      Q146786
LAST    GF      Q53997857
LAST    END_FORM
LAST    CREATE_FORM
LAST    Rda     hestekræfternes
LAST    GF      Q146233
LAST    GF      Q146786
LAST    GF      Q53997851
LAST    END_FORM
END
fnielsen commented 1 year ago

Note the above example is already set up at https://www.wikidata.org/wiki/Lexeme:L732165

dpriskorn commented 1 year ago

Thanks for showing interest in this tool. I've almost completely forgotten it but if you need it I'll take a look at it again. Is support of lexemes still missing from quickstatements?

fnielsen commented 1 year ago

For quickstatements "create lexemes" is said to be a limitation. https://www.wikidata.org/wiki/Help:QuickStatements#Limitations

dpriskorn commented 1 year ago

Okay. I'll try to find time to improve this tool. 😀

dpriskorn commented 1 year ago

Statements does not seem to be supported currently. Before adding that I'm planning a rewrite to OOP and testing the current functionality first.

dpriskorn commented 1 year ago

I investigated and found Claims on forms and senses are indeed supported in WBI 🤩