1
0
forked from GitHub/gf-rgl

better treatment of variant relative pronouns in Eng, based on suggestions by DrBean in gf-dev

This commit is contained in:
aarne
2016-05-20 17:13:06 +00:00
parent 44d654aca5
commit 743047e7a5
5 changed files with 50 additions and 34 deletions

View File

@@ -122,16 +122,6 @@ lin
s = s.s ! QDir ++ frontComma ++ t.s ++ cl.s ! t.t ! t.a ! CPos ! oDir
} ;
that_RP = {
s = \\_ => "that" ;
a = RNoAg
} ;
who_RP = {
s = \\_ => "who" ;
a = RNoAg
} ;
CompS s = {s = \\_ => "that" ++ s.s} ;
CompQS qs = {s = \\_ => qs.s ! QIndir} ;
CompVP ant p vp = {s = \\a => ant.s ++ p.s ++