feminine pronouns in translation Dictionary ; to check in Bul and Hin

This commit is contained in:
aarne
2014-04-21 08:21:21 +00:00
parent 371265b756
commit 1eb590fc83
16 changed files with 139 additions and 68 deletions

View File

@@ -5,7 +5,7 @@ concrete TranslateFin of Translate =
CatFin,
NounFin - [
PPartNP
,UsePron, PossPron -- Fin specific: replaced by variants with prodrop
,PossPron -- Fin specific: replaced by variants with prodrop
],
AdjectiveFin,
NumeralFin,
@@ -38,7 +38,6 @@ flags literal=Symb ; coding = utf8 ;
-- the overrides -----
lin
UsePron p = G.UsePron p | G.UsePron (E.ProDrop p) ;
PossPron p = G.PossPron p | E.ProDropPoss p ;
}