mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
(Kor) Add param Phono for combining particles with nouns
This commit is contained in:
@@ -62,7 +62,7 @@ concrete CatKor of Cat = CommonX ** open ResKor, Prelude in {
|
||||
NP = ResKor.NounPhrase ;
|
||||
Pron = ResKor.Pronoun ; --Pronouns need enough info to turn it into NP or Quant.
|
||||
Det = ResKor.Determiner ;
|
||||
Predet = SS ;
|
||||
Predet = {s : Phono => Str ; p : Phono} ;
|
||||
Quant = ResKor.Quant ;
|
||||
Num = ResKor.Num ;
|
||||
Ord = {
|
||||
|
||||
Reference in New Issue
Block a user