Added a space in one of the types of mkCl to allow MkSynopsis to use words to find the categories in the type.

This commit is contained in:
bringert
2007-11-05 16:55:32 +00:00
parent 5315d8851d
commit 8e20034e18

View File

@@ -234,7 +234,7 @@ incomplete resource Constructors = open Grammar in {
mkCl : NP -> VS -> S -> Cl ; -- 5. John says that it is good
mkCl : NP -> VQ -> QS -> Cl ; -- 6. John wonders if it is good
mkCl : NP -> VA -> AP -> Cl ; -- 7. John becomes old
mkCl : NP -> V2A ->NP -> AP -> Cl ; -- 8. John paints it red
mkCl : NP -> V2A -> NP -> AP -> Cl ; -- 8. John paints it red
mkCl : NP -> A -> Cl ; -- 9. John is old
mkCl : NP -> A -> NP -> Cl ; -- 10. John is older than her
mkCl : NP -> A2 -> NP -> Cl ; -- 11. John is married to her