1
0
forked from GitHub/gf-core

Added CompCN to ParseEng. Perhaps this should move to NounEng.

This commit is contained in:
bjorn
2008-11-21 12:33:56 +00:00
parent fee1483bd8
commit 0a73c96ee3
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ 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
fun CompCN : CN -> Comp ; -- "(every man is) a dog", "(all men are) dogs"
-- Lexical additions
fun a8few_Det : Det ;