diff options
Diffstat (limited to 'next-lib/src/romance/VerbRomance.gf')
| -rw-r--r-- | next-lib/src/romance/VerbRomance.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/romance/VerbRomance.gf b/next-lib/src/romance/VerbRomance.gf index 96992bd35..691905d3b 100644 --- a/next-lib/src/romance/VerbRomance.gf +++ b/next-lib/src/romance/VerbRomance.gf @@ -74,7 +74,7 @@ incomplete concrete VerbRomance of Verb = UseComp comp = insertComplement comp.s (predV copula) ; CompAP ap = {s = \\ag => ap.s ! AF ag.g ag.n} ; - CompNP np = {s = \\_ => np.s ! Ton Acc} ; + CompNP np = {s = \\_ => (np.s ! Nom).ton} ; CompAdv a = {s = \\_ => a.s} ; AdvVP vp adv = insertAdv adv.s vp ; |
