mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
nounverbadjmorphoandsuffixmodule
This commit is contained in:
@@ -20,7 +20,11 @@ concrete NounTur of Noun = CatTur ** open ResTur, Prelude in {
|
||||
|
||||
NumCard n = n ** {n = Sg} ;
|
||||
|
||||
NumNumeral numeral = {s = numeral.s} ;
|
||||
NumNumeral numeral = {s = numeral.s ! NCard} ;
|
||||
|
||||
OrdDigits dig = {s = dig.s ! NOrd} ;
|
||||
OrdNumeral num = {s = num.s ! NOrd} ;
|
||||
OrdSuperl a = {s = "daha" ++ a.s ! Sg ! Nom} ;
|
||||
|
||||
DefArt = {
|
||||
s = []
|
||||
@@ -30,4 +34,4 @@ concrete NounTur of Noun = CatTur ** open ResTur, Prelude in {
|
||||
} ;
|
||||
|
||||
UseN n = n ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user