blob: d1d60a384f6c95b8b4db8f10d98dd29df2eaf3ac (
plain) (
tree)
|
|
;; '(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"))
|