mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 15:50:19 -06:00
extended Numerals API. moved from the WordNet grammar
This commit is contained in:
@@ -37,7 +37,7 @@ lincat
|
||||
where laba 'two' is a feminine noun in absolutive case and
|
||||
boqol 'hundred' is a masculine noun in genitive case.
|
||||
Since laba is head, the whole nominal is feminine." -}
|
||||
Sub10, Sub100, Sub1000, Sub1000000 = {
|
||||
Sub10, Sub100, Sub1000, Sub1000000, Sub1000000000, Sub1000000000000 = {
|
||||
s : DForm => Str ;
|
||||
thousand : Str ; -- TODO figure out if this really works so
|
||||
hasThousand : Bool ;
|
||||
@@ -128,6 +128,9 @@ lin pot3plus n m = n ** {
|
||||
ord = n.ord ++ "kun iyo" ++ m.ord ;
|
||||
n = Pl} ;
|
||||
|
||||
lin pot3as4 n = n ;
|
||||
lin pot4as5 n = n ;
|
||||
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user