improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing

This commit is contained in:
aarne
2014-04-22 19:50:45 +00:00
parent 4b74c79c27
commit 2a5ed29a30
6 changed files with 12 additions and 14 deletions

View File

@@ -5,7 +5,6 @@ concrete TranslateFin of Translate =
CatFin,
NounFin - [
PPartNP
,PossPron -- Fin specific: replaced by variants with prodrop
],
AdjectiveFin,
NumeralFin,
@@ -35,9 +34,5 @@ open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, StemFin, (E = ExtraFin), (G = G
flags literal=Symb ; coding = utf8 ;
-- the overrides -----
lin
PossPron p = G.PossPron p | E.ProDropPoss p ;
}