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

@@ -4,7 +4,6 @@ concrete TranslateIta of Translate =
TenseIta,
NounIta - [
PPartNP
,UsePron -- override with a prodrop variant
],
AdjectiveIta,
NumeralIta,
@@ -34,10 +33,5 @@ open MorphoIta, ResIta, ParadigmsIta, SyntaxIta, (E = ExtraIta), (G = GrammarIta
flags
literal=Symb ;
-- the overrides -----
lin
UsePron p = G.UsePron p | G.UsePron (E.ProDrop p) ;
}