gplx/mediawiki/languages/data/grammarTransformations/uk.json

42 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Gutsul",
"Amir E. Aharoni (amir.aharoni@mail.huji.ac.il)",
"Eugene Gvozdetsky (epgvozdet@gmail.com)",
"Base"
],
"comment": "These rules don't cover the whole grammar of the language, and are intended only for names of languages and Wikimedia projects."
},
"genitive": [
[ "(.+)ія$", "$1ії" ],
[ "(.+)ти$", "$1т" ],
[ "(.+)ди$", "$1дів" ],
[ "(.+)ник$", "$1ника" ]
],
"accusative": [
[ "(.+)ія$", "$1ію" ]
],
"locative": [
[ "(.+)$", "у $1" ]
],
"languagegen": [
[ "@metadata", [
"comment", "мова в родовому відмінку: '(з) української'"
] ],
[ "(.+)ка$", "$1кої" ],
[ "іврит$", "івриту" ],
[ "їдиш$", "їдишу" ],
[ "(.+)$", "$1" ]
],
"languageadverb": [
[ "@metadata", [
"comment", "прислівник з назвою мови: 'українською'"
] ],
[ "(.+)ка$", "$1кою" ],
[ "іврит$", "івритом" ],
[ "їдиш$", "їдишом" ],
[ "(.+)$", "мовою $1" ]
]
}