Pronouns with possessive 'llur'

Changed default plural possessive pronoun from llur to "el seu / la seva" etc. and created variants with "llur / llurs" in ExtraCat.
Also changed good_A in LexiconCat to a preceding adjective (prefA).
This commit is contained in:
inari.listenmaa
2013-03-26 16:45:11 +00:00
parent a01ac1370d
commit 80f4d1de2e
4 changed files with 22 additions and 8 deletions

View File

@@ -24,8 +24,11 @@ fun
youPolPl_Pron : Pron ; -- vostés
youPolPl8fem_Pron : Pron ;
theyLlur_Pron : Pron ; --version of ells whose possessive is llur/llurs
theyLlur8fem_Pron : Pron ; --version of elles whose possessive is llur/llurs
ImpNeg : NP -> VP -> Utt ; --IL 2012-10-12
ImpNeg : NP -> VP -> Utt ;
PassVPSlash_ser : VPSlash -> VP ;
}