tvl-depot/users/tazjin/russian/roots.el
Vincent Ambo 273e9cdd6d feat(tazjin/russian): Check in a bunch of word roots
These are then loosely referenced by corresponding words in the big
word list.

I think what I'll be aiming for is a bunch of interesting lookup
functions (give me all words I know with this root etc.)

Change-Id: I664976c3c1521334ea58c7ba943f5c18d5513bf9
2021-09-23 19:57:08 +03:00

21 lines
652 B
EmacsLisp

;; '(root explanation)
;;
;; All roots without explanations are TODOs.
;;
;; In some cases, roots are not direct morphological roots of their
;; descendent words (e.g. -голов- => главный)
'(("-весь-" "everything, all, every, etc.")
("-сказ-" nil)
("-говор-" "related to talking")
("-зна-" "knowing, knowledge")
("-врем-" "time")
("-друг-" nil)
("-вид-" "seeing, viewing etc.")
("-мочь-" "ability, permission")
("-голов-" "head, main, etc.")
("-дум-" "thinking, thoughts")
("-прос-" "question")
("-хорош-" "goodness, niceness")
("-нов-" "new")
("-жи-" "life"))