forked from GitHub/gf-core
make the numeral-noun inflection the right way
This commit is contained in:
@@ -46,7 +46,7 @@ concrete StructuralBul of Structural = CatBul **
|
||||
everything_NP = regNP "everything" Sg ;
|
||||
-}
|
||||
everywhere_Adv = ss "íàâñÿêúäå" ;
|
||||
few_Det = mkDeterminerPl "íÿêîëêî" ;
|
||||
few_Det = {s = \\_,_ => "íÿêîëêî"; n = Pl; countable = True; spec = Indef} ;
|
||||
--- first_Ord = ss "first" ; DEPRECATED
|
||||
for_Prep = ss "çà" ;
|
||||
from_Prep = ss "îò" ;
|
||||
|
||||
Reference in New Issue
Block a user