wapmorgan / Morphos

A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time intervals. / Морфологическая библиотека для английского и русского языков. Склоняет имена собственные, названия географических объектов, склонение и плюрализация имен собственных и другое.
http://wapmorgan.github.io/Morphos/
MIT License
788 stars 105 forks source link

Великие Луки #22

Closed dejurin closed 6 years ago

dejurin commented 6 years ago

Неверное склонение некоторых названий.

array(6) {
    ["nominative"]=> string(23) "Великие Луки" 
    ["genitive"]=> string(25) "Великие Луков" 
    ["dative"]=> string(25) "Великие Лукам" 
    ["accusative"]=> string(23) "Великие Луки" 
    ["ablative"]=> string(27) "Великие Луками" 
    ["prepositional"]=> string(25) "Великие Луках"
}
кого, чего? | Р: | Великих Лук |  
кому, чему? | Д: | Великим Лукам |  
кого, что? | В: | Великие Луки |  
кем, чем? | Т: | Великими Луками |  
о ком, о чём? | П: | о Великих Луках |  
dejurin commented 6 years ago

Так же не склоняется слово "село"

wapmorgan commented 6 years ago

Исправлено в dev-master.