1
0
forked from GitHub/gf-core

added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages

This commit is contained in:
krasimir
2016-07-05 06:22:06 +00:00
parent ea2ab70d2a
commit c0fd96061a
26 changed files with 56 additions and 14 deletions

View File

@@ -2,6 +2,10 @@ concrete ConstructionRus of Construction = CatRus **
open SyntaxRus, ParadigmsRus, ResRus in {
lin
hungry_VP = mkVP (mkA "голодный") ;
thirsty_VP = mkVP want_VV (mkVP (regV imperfective firstE "пь" "ю" "пил" "пей" "пить")) ;
tired_VP = mkVP (mkA "уставший" Rel) ;
scared_VP = mkVP (mkV imperfective "боюсь" "боишься" "боится" "боимся" "бойтесь" "боятся" "боялся" "бойся" "бояться") ;
ill_VP = mkVP (mkA "больной") ;
}