mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing
This commit is contained in:
@@ -159,8 +159,9 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
|
||||
IAdvAdv adv = {s = "kuinka" ++ adv.s} ;
|
||||
|
||||
ProDrop p = {
|
||||
s = table {NPCase (Nom) => [] ; c => p.s ! c} ;
|
||||
---- drop Gen only works in adjectival position: "autoni", but not in "ø täytyy mennä"
|
||||
s = table {NPCase (Nom) => [] ; c => p.s ! c} ;
|
||||
poss = [] ;
|
||||
-- drop Gen only works in adjectival position: "autoni", but not in "ø täytyy mennä"
|
||||
a = p.a ;
|
||||
hasPoss = p.hasPoss ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user