Added NumPN to Symbol.

This commit is contained in:
bringert
2007-10-19 16:56:22 +00:00
parent 9b952e5954
commit 0341fd142a
6 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ fun
SymbPN : Symb -> PN ; -- x
IntPN : Int -> PN ; -- 27
FloatPN : Float -> PN ; -- 3.14159
NumPN : Num -> PN ;
CNNumNP : CN -> Num -> NP ; -- level five ; level 5
CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y