(Kor) Add allomorphs for conjunctions

This commit is contained in:
Inari Listenmaa
2020-05-21 17:43:01 +02:00
parent 7785afd2c3
commit 737df2e226
9 changed files with 37 additions and 20 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ concrete CatKor of Cat = CommonX ** open ResKor, Prelude in {
Predet = {s : Phono => Str ; p : Phono} ;
Quant = ResKor.Quant ;
Num = ResKor.Num ;
Ord = {
s : VForm => Str ; -- Ord can come from AP and become AP again
Ord = ResKor.Adjective ** { -- Ord can come from AP and become AP again
n : Number -- Ord can come from Num, which has inherent number
} ;
DAP = ResKor.Determiner ;