mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Fin.ExistNumCN
This commit is contained in:
@@ -204,6 +204,10 @@ lin
|
|||||||
mkSatsCopula impersNounPhrase ("olemassa" ++ (singularNounPhrase cn).s ! NPCase Nom)
|
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)
|
||||||
|
) ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user