1
0
forked from GitHub/gf-core

Added CAdvNP and CAdvSSlash to ParseEng. Maybe they should go in Noun.gf instead?

This commit is contained in:
bjorn
2008-11-20 10:32:15 +00:00
parent 7dbaae50a9
commit 61507730e8
2 changed files with 13 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ fun VerbCN : V -> CN -> CN ; -- running man
fun NumOfNP : Num -> NP -> NP ; -- ten of the dogs
fun CAdvNP : CAdv -> CN -> NP -> NP ; -- more wine than the professor
fun CAdvSSlash : CAdv -> CN -> SSlash -> NP ; -- more wine than the professor drank
-- Lexical additions
fun a8few_Det : Det ;