(Kor) Small fixes + new words

This commit is contained in:
Inari Listenmaa
2020-04-06 17:50:22 +02:00
parent 8b6275af1c
commit ee3adec428
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ concrete PhraseKor of Phrase = CatKor ** open Prelude, ResKor in {
UttVP vp = {s = linVP vp} ;
UttCN cn = {s = cn.rs ++ cn.s ! Bare} ;
UttCard n = {s = n.s ! NK ! Indep} ;
UttAP ap = { s = ap.s ! VF Plain Pos} ;
UttAP ap = { s = ap.compar ++ ap.s ! VF Plain Pos} ;
NoPConj = {s = []} ;
-- PConjConj conj = {s = conj.s1 ++ conj.s2 ! …} ;