Skip to content

List-2018-Colexifications & Rzymski-2020-Colexifications - #352

Merged
AnnikaTjuka merged 9 commits into
masterfrom
CLICS_network
Jul 24, 2026
Merged

List-2018-Colexifications & Rzymski-2020-Colexifications#352
AnnikaTjuka merged 9 commits into
masterfrom
CLICS_network

Conversation

@MiraAhmedovic

@MiraAhmedovic MiraAhmedovic commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Adding Network adaptations of List-2018-Colexifications and Rzymski-2020-Colexifications.

In Rzymski, ENGLISH and CONCEPTICON_GLOSS were refined so that they are identical except for the cases where they shouldn't be:

CONCEPTICON_GLOSS ENGLISH
YOUNG GOAT (KID) KID
PATERNAL UNCLE (FATHER'S BROTHER) FATHER'S BROTHER
RAISE (BRING UP) RAISE (A CHILD)
FAN (ACTION) FAN ACTION
BOAR (MALE PIG) BOAR
MORTAR MORTAR CRUSHER
KNOW HOW KNOW OR BE ABLE

@MiraAhmedovic

MiraAhmedovic commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator Author

The IDs in Rzymski only have 3 parts (Name-Year-Number instead of Name-Year-NoItems-Number), which the metadata aren't too happy with, since they expect 4 elements:
"datatype": {
"base": "string",
"format": "[a-zA-Z]+\-[0-9]{4}\-[0-9]+[a-z]?\-[0-9]+[a-z]?$"
},
"name": "ID"

If the IDs in Rzymski are supposed to stay only 3 elements long, the metadata will have to be adjusted:
{
"datatype": {
"base": "string",
"format": "[a-zA-Z]+\-[0-9]{4}\-[0-9]+[a-z]?$"
},
"name": "ID"

If that's the case then everything runs smoothly.

@LinguList

Copy link
Copy Markdown
Contributor

@AnnikaTjuka, if you also agree, please just merge this :-)

@AnnikaTjuka AnnikaTjuka left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this slipped my mind. Looks good, I'll merge it.

@AnnikaTjuka
AnnikaTjuka merged commit d4d3e6e into master Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants