From 273e9cdd6dc1cd1690aa16995e743ee79a410f3f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 23 Sep 2021 19:57:08 +0300 Subject: 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 --- users/tazjin/russian/roots.el | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'users/tazjin/russian/roots.el') diff --git a/users/tazjin/russian/roots.el b/users/tazjin/russian/roots.el index 468d87bb1a..d1d60a384f 100644 --- a/users/tazjin/russian/roots.el +++ b/users/tazjin/russian/roots.el @@ -1,2 +1,21 @@ ;; '(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")) -- cgit 1.4.1