(May) Add some determiners + fix word order in DetCN

This commit is contained in:
Inari Listenmaa
2020-08-18 21:34:04 +02:00
parent c98f9a84d8
commit 53eb8ab9df
3 changed files with 16 additions and 7 deletions

View File

@@ -78,9 +78,14 @@ oper
baseQuant : BaseQuant = {
s = [] ;
isPoss = False ;
} ;
} ;
--------------------------------------------------------------------------------
mkQuant : Str -> Quant = \str -> baseQuant ** {
s = str ;
sp = \\_ => str
} ;
--------------------------------------------------------------------------------
-- Prepositions
Preposition : Type = {