mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 07:40:16 -06:00
additions to Extend from Romance and Ger extras
This commit is contained in:
@@ -166,9 +166,25 @@ abstract Extend = Cat ** {
|
||||
|
||||
-- very language-specific things
|
||||
|
||||
--Eng
|
||||
-- Eng
|
||||
UncontractedNeg : Pol ; -- do not, etc, as opposed to don't
|
||||
UttVPShort : VP -> Utt ; -- have fun, as opposed to "to have fun"
|
||||
ComplSlashPartLast : VPSlash -> NP -> VP ;
|
||||
|
||||
-- Romance
|
||||
DetNPFem : Det -> NP ;
|
||||
|
||||
iFem_Pron : Pron ; -- je (suis vieille)
|
||||
youFem_Pron : Pron ; -- tu (es vieille)
|
||||
weFem_Pron : Pron ; -- nous (sommes vieilles)
|
||||
youPlFem_Pron : Pron ; -- vous (êtes vieilles)
|
||||
theyFem_Pron : Pron ; -- elles (sont vieilles)
|
||||
youPolFem_Pron : Pron ; -- vous (êtes vieille)
|
||||
|
||||
-- German
|
||||
UttAccNP : NP -> Utt ; -- mich
|
||||
UttDatNP : NP -> Utt ; -- mir
|
||||
UttAccIP : NP -> Utt ; -- wen
|
||||
UttDatIP : NP -> Utt ; -- wem
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user