reorganized synopsis, added cat chart

This commit is contained in:
aarne
2007-09-07 08:34:02 +00:00
parent 719a5d1296
commit 0c1a16b0f8
6 changed files with 1816 additions and 1126 deletions

View File

@@ -357,7 +357,7 @@ incomplete resource Constructors = open Grammar in {
mkNP : Num -> N -> NP ; -- 11. almost twenty men
mkNP : Num -> CN -> NP ; -- 12. almost twenty old men
mkNP : Pron -> N -> NP ; -- 13. my man
mkNP : Pron -> CN -> NP; -- 14. my old man
mkNP : Pron -> CN -> NP ; -- 14. my old man
-- Proper names and pronouns can be used as noun phrases.