forked from GitHub/gf-rgl
(Som) WIP better handling of multiple modifiers and numerals
This commit is contained in:
@@ -210,6 +210,14 @@ param
|
||||
|
||||
CardOrd = NOrd | NCard ;
|
||||
|
||||
-- to know whether to put oo in between numeral and CN
|
||||
NumType = NoNum | Basic | Compound ;
|
||||
|
||||
oper
|
||||
isNum : NumType -> Bool = \nt -> case nt of {
|
||||
NoNum => False ;
|
||||
_ => True
|
||||
} ;
|
||||
--------------------------------------------------------------------------------
|
||||
-- Adjectives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user