mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user