about summary refs log tree commit diff
path: root/users/tazjin/russian/roots.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-23T16·57+0300
committerVincent Ambo <mail@tazj.in>2021-09-23T16·57+0300
commit273e9cdd6dc1cd1690aa16995e743ee79a410f3f (patch)
tree3232e7f218ccbc36c9c5a2658246b4b8898c1759 /users/tazjin/russian/roots.el
parentd5f459fa6e8a001ce75c2863b9999e4d297a274a (diff)
feat(tazjin/russian): Check in a bunch of word roots r/2909
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
Diffstat (limited to 'users/tazjin/russian/roots.el')
-rw-r--r--users/tazjin/russian/roots.el21
1 files changed, 20 insertions, 1 deletions
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"))