(Som) Add Predets

This commit is contained in:
Inari Listenmaa
2019-08-26 15:25:41 +02:00
parent ea6fcd4815
commit db8356aa49
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ concrete CatSom of Cat = CommonX - [Adv] ** open ResSom, Prelude in {
NP = ResSom.NounPhrase ;
Pron = ResSom.Pronoun ; --Pronouns need enough info to turn it into NP or Quant.
Det = ResSom.Determiner ;
Predet = {s : Str} ;
Predet = {s : Str ; da : DefArticle ; isPoss : Bool} ;
Quant = ResSom.Quant ;
Num = ResSom.Num ;
Ord = {s : Str ; n : Number} ;