mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 13:12:51 -06:00
final changes Romanian resource grammar and phrasebook
This commit is contained in:
@@ -8,7 +8,11 @@ concrete ExtraRon of ExtraRonAbs = CatRon **
|
||||
in
|
||||
mkClause ss np.isPol np2.a (insertDatClit (insertSimpObj (\\_ => (np2.s ! Nom).comp) vp) np);
|
||||
|
||||
AccSubjCl np vp = let ss = if_then_Str np.isPronoun "" (np.s ! Ac).comp
|
||||
AccSubjCl np vp = let s1 = case np.nForm of
|
||||
{HasRef False => "";
|
||||
_ => "pe"};
|
||||
ss = if_then_Str np.isPronoun "" (s1 ++ (np.s ! Ac).comp)
|
||||
|
||||
in
|
||||
mkClause ss np.isPol (agrP3 Masc Sg) (insertAccClit vp np) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user