From b119eefcdb4096954d21c7416bcfbe4dfa4876a9 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 10 Aug 2005 21:06:11 +0000 Subject: [PATCH] Fin.ExistNumCN --- lib/resource/finnish/RulesFin.gf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/resource/finnish/RulesFin.gf b/lib/resource/finnish/RulesFin.gf index d6a887f69..075813cd2 100644 --- a/lib/resource/finnish/RulesFin.gf +++ b/lib/resource/finnish/RulesFin.gf @@ -204,6 +204,10 @@ lin mkSatsCopula impersNounPhrase ("olemassa" ++ (singularNounPhrase cn).s ! NPCase Nom) ) ; ----- ExistNumCN nu cn = nounPhraseNum False cn + ExistNumCN nu cn = + sats2clause ( + mkSatsCopula impersNounPhrase ( + "olemassa" ++ (nounPhraseNum False nu cn).s ! NPCase Nom) + ) ; } ;