forked from GitHub/comp-syntax-gu-mlt
This commit is contained in:
@@ -70,7 +70,7 @@ lin city_N = mkN "city" ;
|
||||
-- lin clever_A = mkA "똑똑한" ;
|
||||
lin cloud_N = mkN "cloud" ;
|
||||
-- lin cold_A = mkA "차가운" ;
|
||||
-- lin come_V = mkV "come" "came" "come" ;
|
||||
lin come_V = regVerb_ao "오다" ;
|
||||
lin computer_N = mkN "컴퓨터" ;
|
||||
lin cow_N = mkN "cow" ;
|
||||
-- lin dirty_A = mkA "더러운" ;
|
||||
@@ -114,7 +114,7 @@ lin river_N = mkN "river" ;
|
||||
lin sea_N = mkN "바다" ;
|
||||
-- lin see_V2 = mkV2 (mkV "see" "saw" "seen") ;
|
||||
lin ship_N = mkN "ship" ;
|
||||
-- lin sleep_V = mkV "자" ;
|
||||
lin sleep_V = regVerb_ao "자다" ;
|
||||
-- lin small_A = mkA "작은" ;
|
||||
lin star_N = mkN "별" ;
|
||||
-- lin swim_V = mkV "swim" "swam" "swum" ;
|
||||
|
||||
Reference in New Issue
Block a user