forked from GitHub/gf-core
fixed numeral agreement and some French verbs
This commit is contained in:
@@ -8,7 +8,7 @@ concrete StructuralNor of Structural =
|
||||
CategoriesNor, NumeralsNor ** open Prelude, MorphoNor, SyntaxNor in {
|
||||
|
||||
lin
|
||||
UseNumeral i = {s = table {Nom => i.s ; Gen => i.s ++ "s"}} ; ---
|
||||
UseNumeral i = {s = \\g => table {Nom => i.s ! g ; Gen => i.s ! g ++ "s"} ; n = i.n} ;
|
||||
|
||||
above_Prep = ss "ovenfor" ;
|
||||
after_Prep = ss "etter" ;
|
||||
|
||||
Reference in New Issue
Block a user