diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-23T16·57+0300 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-09-23T16·57+0300 |
commit | 273e9cdd6dc1cd1690aa16995e743ee79a410f3f (patch) | |
tree | 3232e7f218ccbc36c9c5a2658246b4b8898c1759 /users/tazjin/russian/roots.el | |
parent | d5f459fa6e8a001ce75c2863b9999e4d297a274a (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.el | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/users/tazjin/russian/roots.el b/users/tazjin/russian/roots.el index 468d87bb1aed..d1d60a384f6c 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")) |