1
0
forked from GitHub/gf-rgl

(Som) Add a few words + comments

This commit is contained in:
Inari Listenmaa
2019-08-26 14:32:10 +02:00
parent ac3975eefb
commit ea6fcd4815
3 changed files with 37 additions and 6 deletions

View File

@@ -182,6 +182,18 @@ oper
sp : Case => Str ;
} ;
{- Saeed p.115: "This combination of possessive and article [kay-ga, tay-da]
is the basic form but possessives occur with the full range of determiners,
with associated meanings, for example:
remote article kii/tii: gurigaagii 'your house (remote)'
demonstrative kaas/taas: gurigaagaas 'that house of yours'
interrogative kee/tee: gurigaagee? 'which house of yours?'"
Since RGL abstract syntax doesn't allow combining two Quants, the way to go is
to have another Pron -> Quant function in Extra, which forms Quants such as
-gaagii, -gaagaas, -gaagee.
-}
pronTable : Agreement => Pronoun = table {
Sg1 => {
s = table {Nom => "aan" ; Abs => "i"} ;
@@ -288,7 +300,7 @@ oper
} ;
Numeral : Type = BaseNum ** {
ord : Str -- whether to choose Numerative as the value of NForm
ord : Str
} ;
baseQuant : BaseQuant = {