(Kor) Add param Phono for combining particles with nouns

This commit is contained in:
Inari Listenmaa
2020-03-23 14:23:54 +01:00
parent 5322b9d90a
commit 703695b2cb
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ concrete NounKor of Noun = CatKor ** open ResKor, Prelude in {
--2 Noun phrases
-- : Det -> CN -> NP
DetCN det cn = {s = \\c => det.s ++ cn.s ! c} ;
DetCN det cn = cn ** {s = \\c => det.s ++ cn.s ! c} ;
-- : PN -> NP ;
-- UsePN pn = pn ** {