wiki.techinc.nl/languages/data/grammarTransformations/uk.json
Base 1f44fd171a Adding default locative rule for Ukrainian
Prepending a default preposition to locative GRAMMAR forms
in Ukrainian language

Bug: T149550
Change-Id: I4649549dc3c722e53c7ea3accb6747df420e56f7
2020-06-12 09:49:03 +03:00

41 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" ]
]
}