1
0
forked from GitHub/gf-rgl

(Som) WIP: Numerals, bugfixes in gender agreement.

+ Other misc. fixes, like impersonal pronoun contractions.
This commit is contained in:
Inari Listenmaa
2019-06-13 17:37:48 +02:00
parent ddd863640d
commit 388741ef8d
7 changed files with 198 additions and 146 deletions
+3 -2
View File
@@ -72,7 +72,7 @@ concrete CatSom of Cat = CommonX - [Adv] ** open ResSom, Prelude in {
Predet = {s : Str} ;
Quant = ResSom.Quant ;
Num = ResSom.Num ;
Card, Ord = {s : Str ; n : Number} ;
Ord = {s : Str ; n : Number} ;
DAP = ResSom.Determiner ;
@@ -80,7 +80,8 @@ concrete CatSom of Cat = CommonX - [Adv] ** open ResSom, Prelude in {
-- Constructed in NumeralSom.
Numeral = {s : Str ; n : Number} ;
Card = {s : State => Str ; n : Number} ;
Numeral = {s : CardOrd => State => Str ; n : Number} ;
Digits = {s : CardOrd => Str ; n : Number} ;