forked from GitHub/gf-rgl
(Kor) Small cleanup + new words
This commit is contained in:
@@ -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 "" ;
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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 = ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user