-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Letter Ё in word «лёд» must be replaced with soft sign Ь, but similar words must keep this letter:
- лёд → льда
- гололёд → гололёда
$ perl -CS -MLingua::RU::Inflect=:all -ne 'chomp; for my $case (NOMINATIVE .. PREPOSITIONAL) { print join(" ", inflect_given_name($case, $_, "", "")), "\t" } print "\n"'
Лёд
Лёд Лёда Лёду Лёда Лёдом Лёде
Мёд
Мёд Мёда Мёду Мёда Мёдом Мёде
Гололёд
Гололёд Гололёда Гололёду Гололёда Гололёдом Гололёде
How to solve
Add exception to declension rule.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels