Skip to content

Instantly share code, notes, and snippets.

@menzenski
Last active December 23, 2015 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save menzenski/6559076 to your computer and use it in GitHub Desktop.
Save menzenski/6559076 to your computer and use it in GitHub Desktop.
# possible endings of diminutive stems
diminutive_endings = (
# first degree of expressiveness
#u"к",
u"ик",
u"чик",
u"ок", #u"ек",
u"ец", u"иц",
u"енок", u"онок", u"еныш",
u"инк", u"инок",
u"ыш",
#u"ц",
# second degree of expressiveness
u"еньк",
u"оньк",
u"ушк", u"юшк", u"ушек", u"юшек",
u"уш", u"юш",
u"ышк", u"ышек",
u"ишк", u"ишек",
u"ашк", u"ашек",
u"онка", u"енка", u"онок", u"енок",
# third degree of expressiveness
u"очк", u"ечк", u"очок", u"ечок",
u"ичк", u"ичок",
u"очек", u"ечек",
u"оночек", u"еночек", u"оночк", u"еночк",
u"иночк", u"иночек", u"иночок",
u"ишечк", u"ишечек", u"ишечок", u"ушечк", u"ушечек", u"ушечок",
u"юшечк", u"юшечек", u"юшечшк",
# diminutive adjectives
u"еньк", u"оньк",
u"ехоньк", u"охоньк", u"ешеньк", u"ошеньк",
u"юсеньк", u"усеньк",
u"оват", u"еват",
u"оватеньк", u"еватеньк",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment