Jordi's suggestion in Symbol

This commit is contained in:
aarne
2006-11-23 13:12:42 +00:00
parent 84b49624d4
commit a98411e27f
6 changed files with 30 additions and 1 deletions

View File

@@ -12,9 +12,10 @@ fun
SymbPN : Symb -> PN ; -- x
IntPN : Int -> PN ; -- 27
FloatPN : Float -> PN ; -- 3.14159
CNIntNP : CN -> Int -> NP ; -- level 53
CNNumNP : CN -> Num -> NP ; -- level five ; level 5
CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
--2 Sentence consisting of a formula
SymbS : Symb -> S ; -- A
@@ -37,4 +38,8 @@ cat
fun
MkSymb : String -> Symb ;
--2 Obsolescent
CNIntNP : CN -> Int -> NP ; -- level 53 (covered by CNNumNP)
}