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
This commit is contained in:
Vincent Ambo 2021-09-23 19:57:08 +03:00
parent d5f459fa6e
commit 273e9cdd6d
2 changed files with 39 additions and 21 deletions

View file

@ -1,2 +1,21 @@
;; '(root explanation) ;; '(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"))

View file

@ -16,7 +16,7 @@
("быть" ("to be")) ("быть" ("to be"))
("с" ("with" "and" "from" "of")) ("с" ("with" "and" "from" "of"))
("а" ("while" "and" "but")) ("а" ("while" "and" "but"))
("весь" ("all" "everything")) ("весь" ("all" "everything") nil ("-весь-"))
("это" ("that" "this" "it")) ("это" ("that" "this" "it"))
("как" ("how" "what" "as" "like")) ("как" ("how" "what" "as" "like"))
("она" ("she")) ("она" ("she"))
@ -33,10 +33,10 @@
("так" ("so" "thus" "then")) ("так" ("so" "thus" "then"))
("же" ("and" "as for" "but" "same")) ("же" ("and" "as for" "but" "same"))
("от" ("from" "of" "for")) ("от" ("from" "of" "for"))
("сказать" ("to say" "to speak")) ("сказать" ("to say" "to speak") nil ("-сказ-"))
("этот" ("this")) ("этот" ("this"))
("который" ("which" "who" "that")) ("который" ("which" "who" "that"))
("мочь" ("be able" "can")) ("мочь" ("be able" "can") nil ("-мочь-"))
("человек" ("man" "person")) ("человек" ("man" "person"))
("о" ("of" "about" "against")) ("о" ("of" "about" "against"))
("один" ("one" "some" "alone")) ("один" ("one" "some" "alone"))
@ -54,16 +54,16 @@
"calling attention to something") "calling attention to something")
("кто" ("who" "that" "some")) ("кто" ("who" "that" "some"))
("да" ("yes" "but") "affirmation (..., right?)") ("да" ("yes" "but") "affirmation (..., right?)")
("говорить" ("to say" "to tell" "to speak")) ("говорить" ("to say" "to tell" "to speak") nil ("-говор-"))
("год" ("year")) ("год" ("year"))
;; 51 - 100 ;; 51 - 100
("знать" ("to know" "be aware")) ("знать" ("to know" "be aware") nil ("-зна-"))
("мой" ("my" "mine")) ("мой" ("my" "mine"))
("до" ("to" "up to" "about" "before")) ("до" ("to" "up to" "about" "before"))
("или" ("or")) ("или" ("or"))
("если" ("if")) ("если" ("if"))
("время" ("time" "season")) ("время" ("time" "season") nil ("-врем-"))
("рука" ("hand" "arm")) ("рука" ("hand" "arm"))
("нет" ("no" "not" "but")) ("нет" ("no" "not" "but"))
("самый" ("most" "the very" "the same")) ("самый" ("most" "the very" "the same"))
@ -71,7 +71,7 @@
("стать" ("to become" "begin" "come")) ("стать" ("to become" "begin" "come"))
("большой" ("big" "large" "important")) ("большой" ("big" "large" "important"))
("даже" ("even")) ("даже" ("even"))
("другой" ("other" "another" "different")) ("другой" ("other" "another" "different") nil ("-друг-"))
("наш" ("our" "ours")) ("наш" ("our" "ours"))
("свой" ("one's own")) ("свой" ("one's own"))
("ну" ("now" "right" "well" "come on")) ("ну" ("now" "right" "well" "come on"))
@ -87,7 +87,7 @@
("чем" ("than" "instead of") ("чем" ("than" "instead of")
"чем ..., тем ...") "чем ..., тем ...")
("глаз" ("eye" "sight")) ("глаз" ("eye" "sight"))
("жизнь" ("life")) ("жизнь" ("life") nil ("-жи-"))
("первый" ("first" "front" "former")) ("первый" ("first" "front" "former"))
("день" ("day")) ("день" ("day"))
("тут" ("here" "now" "then")) ("тут" ("here" "now" "then"))
@ -100,10 +100,10 @@
("хотеть" ("to want")) ("хотеть" ("to want"))
("ли" ("whether" "if")) ("ли" ("whether" "if"))
("при" ("attached to" "in the presence of" "by" "about")) ("при" ("attached to" "in the presence of" "by" "about"))
("голова" ("head" "mind" "brains")) ("голова" ("head" "mind" "brains") nil ("-голов-"))
("надо" ("over" "above" "ought to")) ("надо" ("over" "above" "ought to"))
("без" ("without")) ("без" ("without"))
("видеть" ("to see")) ("видеть" ("to see") nil ("-вид-"))
("идти" ("to go" "to come")) ("идти" ("to go" "to come"))
("теперь" ("now" "nowadays")) ("теперь" ("now" "nowadays"))
("тоже" ("also" "as well" "too")) ("тоже" ("also" "as well" "too"))
@ -113,21 +113,21 @@
;; 101-150 ;; 101-150
("сейчас" ("now" "presently" "soon")) ("сейчас" ("now" "presently" "soon"))
("можно" ("possible" "permitted")) ("можно" ("possible" "permitted") nil ("-мочь-"))
("после" ("after" "afterwards")) ("после" ("after" "afterwards"))
("слово" ("word")) ("слово" ("word"))
("здесь" ("here")) ("здесь" ("here"))
("думать" ("to think" "to believe")) ("думать" ("to think" "to believe") nil ("-дум-"))
("место" ("place" "seat")) ("место" ("place" "seat"))
("спросить" ("to ask")) ("спросить" ("to ask") nil ("-прос-"))
("через" ("through" "across")) ("через" ("through" "across"))
("лицо" ("face" "person")) ("лицо" ("face" "person"))
("что" ("what" "which" "that")) ("что" ("what" "which" "that"))
("тогда" ("then")) ("тогда" ("then"))
("хорошый" ("good" "nice")) ("хороший" ("good" "nice") nil ("-хорош-"))
("каждый" ("every" "each")) ("каждый" ("every" "each"))
("новый" ("new" "modern")) ("новый" ("new" "modern") nil ("-нов-"))
("жить" ("to live")) ("жить" ("to live") nil ("-жи-"))
("должный" ("due" "proper" "should")) ("должный" ("due" "proper" "should"))
("смотреть" ("to look" "watch")) ("смотреть" ("to look" "watch"))
("почему" ("why")) ("почему" ("why"))
@ -160,7 +160,7 @@
;; 151-200 ;; 151-200
("пока" ("for the present")) ;; TODO(tazjin): review ("пока" ("for the present")) ;; TODO(tazjin): review
("хорошо" ("well")) ("хорошо" ("well") nil ("-хорош-"))
("давать" ("to give" "to grant")) ("давать" ("to give" "to grant"))
("вода" ("water")) ("вода" ("water"))
("более" ("more")) ("более" ("more"))
@ -194,7 +194,7 @@
("оказаться" ("find oneself" "turn out")) ("оказаться" ("find oneself" "turn out"))
("начало" ("beginning" "origin" "source")) ("начало" ("beginning" "origin" "source"))
("твой" ("your" "yours")) ("твой" ("your" "yours"))
("вопрос" ("question" "matter" "problem")) ("вопрос" ("question" "matter" "problem") nil ("-прос-"))
("много" ("many" "much")) ("много" ("many" "much"))
("война" ("war")) ("война" ("war"))
("снова" ("again")) ("снова" ("again"))
@ -208,5 +208,4 @@
("про" ("about" "for")) ("про" ("about" "for"))
("лишь" ("only" "as soon as")) ("лишь" ("only" "as soon as"))
("минута" ("minute" "moment")) ("минута" ("minute" "moment"))
("жена" ("wife")) ("жена" ("wife")))
)