added DetNPMasc

This commit is contained in:
Krasimir Angelov
2018-06-24 11:28:21 +02:00
parent a2ba6a7d64
commit cdc2f36bdf
5 changed files with 34 additions and 7 deletions

View File

@@ -93,9 +93,9 @@ lin
CompQS = variants {} ; -- QS -> Comp ; -- (the question is) who sleeps
CompVP = variants {} ; -- Ant -> Pol -> VP -> Comp ; -- (she is) to go
DetNPMasc = DetNP ;
DetNPFem = DetNP ;
iFem_Pron = i_Pron ; -- DEFAULT I (masc)
youFem_Pron = youSg_Pron ; -- DEFAULT you (masc)
weFem_Pron = we_Pron ; -- DEFAULT we (masc)
@@ -112,4 +112,4 @@ lin
oper
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?
}
}