mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
Fixed past passive participles full forms by adding its own stem to the verb
This commit is contained in:
@@ -254,7 +254,7 @@ lin
|
||||
science_N = mkN "наука" ;
|
||||
scratch_V2 = mkV2 (mkV imperfective "чесать" "чешу" "чешет");
|
||||
sea_N = mkN "море" neuter inanimate "2c" ;
|
||||
see_V2 = (mkV2plus (mkV2 (mkV imperfective transitive "видеть" "вижу" "видит" "5a"))) ** {pppss="виден"} ;
|
||||
see_V2 = (mkV2plus (mkV2 (mkV imperfective transitive "видеть" "вижу" "видит" "5a"))) ** {pppss="виден"; ppps="виденн"} ;
|
||||
seed_N = mkN "семя" neuter inanimate "8°c" ;
|
||||
seek_V2 = mkV2 (mkV imperfective "искать" "ищу" "ищет");
|
||||
sell_V3 = tvDirDir (mkV imperfective "продавать" "продаю" "продаёт");
|
||||
|
||||
Reference in New Issue
Block a user