1
0
forked from GitHub/gf-rgl

(Kor) Small cleanup + new words

This commit is contained in:
Inari Listenmaa
2020-04-07 21:09:19 +02:00
parent d9d2b907d1
commit cc3a2646f8
3 changed files with 2 additions and 4 deletions

View File

@@ -279,7 +279,7 @@ lin person_N = mkN "사람" ;
-- lin read_V2 = mkV2 "" ; -- lin read_V2 = mkV2 "" ;
-- lin ready_A = mkA "" ; -- lin ready_A = mkA "" ;
-- lin reason_N = mkN "" ; -- lin reason_N = mkN "" ;
lin red_A = mkA "빨갛다" ; lin red_A = mkA "빨갛다" "빨개요" "빨갛습니다" "빨간" ;
-- lin religion_N = mkN "" ; -- lin religion_N = mkN "" ;
-- lin restaurant_N = mkN "" ; -- lin restaurant_N = mkN "" ;
-- lin river_N = mkN "" ; -- lin river_N = mkN "" ;

View File

@@ -300,12 +300,10 @@ oper
Complement : Type = { Complement : Type = {
s : VForm => Str ; s : VForm => Str ;
-- compar : Str ; -- comparative is discontinuous
} ; } ;
emptyComp : Complement = { emptyComp : Complement = {
s = \\_ => [] ; s = \\_ => [] ;
-- compar : Str ;
} ; } ;
BaseVP : Type = { BaseVP : Type = {

View File

@@ -69,7 +69,7 @@ lin only_Predet = {s = \\_ => "만" ; p = Consonant} ;
--lin every_Det = ; --lin every_Det = ;
lin few_Det = mkDet "조금" Pl ; lin few_Det = mkDet "조금" Pl ;
lin many_Det = mkDet "많은" Pl ; lin many_Det = mkDet "많은" Pl ;
-- lin much_Det = ; -- lin much_Det = ;