mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Kor) Small cleanup + new words
This commit is contained in:
@@ -279,7 +279,7 @@ lin person_N = mkN "사람" ;
|
||||
-- lin read_V2 = mkV2 "" ;
|
||||
-- lin ready_A = mkA "" ;
|
||||
-- lin reason_N = mkN "" ;
|
||||
lin red_A = mkA "빨갛다" ;
|
||||
lin red_A = mkA "빨갛다" "빨개요" "빨갛습니다" "빨간" ;
|
||||
-- lin religion_N = mkN "" ;
|
||||
-- lin restaurant_N = mkN "" ;
|
||||
-- lin river_N = mkN "" ;
|
||||
|
||||
@@ -300,12 +300,10 @@ oper
|
||||
|
||||
Complement : Type = {
|
||||
s : VForm => Str ;
|
||||
-- compar : Str ; -- comparative is discontinuous
|
||||
} ;
|
||||
|
||||
emptyComp : Complement = {
|
||||
s = \\_ => [] ;
|
||||
-- compar : Str ;
|
||||
} ;
|
||||
|
||||
BaseVP : Type = {
|
||||
|
||||
@@ -69,7 +69,7 @@ lin only_Predet = {s = \\_ => "만" ; p = Consonant} ;
|
||||
|
||||
|
||||
--lin every_Det = ;
|
||||
lin few_Det = mkDet "조금" Pl ;
|
||||
lin few_Det = mkDet "조금의" Pl ;
|
||||
lin many_Det = mkDet "많은" Pl ;
|
||||
-- lin much_Det = ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user