additions to Extend from Romance and Ger extras

This commit is contained in:
Aarne Ranta
2017-08-20 23:05:33 +03:00
parent c14b35d714
commit d365aedb35
2 changed files with 31 additions and 1 deletions

View File

@@ -76,4 +76,18 @@ lin
CompQS = variants {} ; -- QS -> Comp ; -- (the question is) who sleeps
CompVP = variants {} ; -- Ant -> Pol -> VP -> Comp ; -- (she is) to go
DetNPFem = DetNP ;
iFem_Pron = i_Pron ;
youFem_Pron = youSg_Pron ;
weFem_Pron = we_Pron ;
youPlFem_Pron = youPl_Pron ;
theyFem_Pron = they_Pron ;
youPolFem_Pron = youPol_Pron ;
UttAccNP = UttNP ;
UttDatNP = UttNP ;
UttAccIP = UttIP ;
UttDatIP = UttIP ;
}