add idetQuant and pronouns to Malay RGL

This commit is contained in:
Meowyam
2021-11-15 10:52:02 +08:00
parent 7dd56dbb53
commit 27925cd4ce
4 changed files with 23 additions and 9 deletions

View File

@@ -1,9 +1,21 @@
concrete QuestionMay of Question = CatMay ** open
Prelude, ResMay, ParadigmsMay, (VS=VerbMay), (NS=NounMay), (SS=StructuralMay) in {
Prelude, ResMay, ParadigmsMay, (VS=VerbMay), (NM=NounMay), (SS=StructuralMay) in {
-- A question can be formed from a clause ('yes-no question') or
-- with an interrogative.
-- Interrogative pronouns can be formed with interrogative
-- determiners, with or without a noun.
lin
-- : IDet -> CN -> IP ; -- which five songs
IdetCN idet cn = NM.DetCN idet cn ;
-- : IDet -> IP ; -- which five
IdetIP idet = NM.DetNP idet ;
-- : IQuant -> Num -> IDet ; -- which (five)
IdetQuant = NM.DetQuant ;
{-
lin
-- : Cl -> QCl ;