forked from GitHub/gf-core
Added coding flag to newnumerals grammars.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=ethiopic ;
|
||||
|
||||
-- 14, 15 have variants in pronounciation {asraratt, asrammIst}
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=arabic0600 ;
|
||||
|
||||
-- There is uncertainty as to wthere forms like 102 000 should be
|
||||
-- hundred and thousand<DUAL> or hundred and two thousands<GEN.PL> or
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
-- j for i kratkoe i.e i with a thing
|
||||
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=russian ;
|
||||
|
||||
param Size = sg | below10 | tenover ;
|
||||
param DForm = unit | teen | ten | hundred ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
param DForm = unit | teen | ten | hund ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
oper bind : Str -> Str -> Str = \s1 -> \s2 -> s1 ++ s2 ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=ethiopic ;
|
||||
|
||||
-- No long consonants marked in the indigen. script
|
||||
-- s is set intersection s
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=greek ;
|
||||
|
||||
-- Classical Greek (of Athens)
|
||||
-- Aarne's transliteration
|
||||
-- There are attested variant forms. kai:s between the elements in bigger ->
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=greek ;
|
||||
|
||||
-- Free variation on accents on m'ia and d'yo
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=hebrew ;
|
||||
|
||||
param DForm = unit Place | cons | ten | hund ;
|
||||
param Size = small | large | dual ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=devanagari ;
|
||||
|
||||
param DForm = unit | ten ;
|
||||
param DSize = sg | r2 | r3 | r4 | r5 | r6 | r7 | r8 | r9 ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=japanese ;
|
||||
|
||||
param DForm = unit | attr | ten | hundred | thousand ;
|
||||
param Size = sg | pl | more10 ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=extradiacritics ;
|
||||
|
||||
param DForm = unit | ten ;
|
||||
param Size = sg | pl ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
-- 2 has a non-general variant "joowáloo" ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
param DForm = unit | teen | ten | tenq | chi | chiten ;
|
||||
param Size = sg | twotoeight | nine | exten | more10 ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
-- D^ is from implosive d IPA symbol
|
||||
-- N Num
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
-- u^ with line over
|
||||
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
param DForm = unit | teen | ten | hundred ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
param DForm = unit | ten ;
|
||||
param Size = sg | pl | tenplus ;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
-- w for [sh]
|
||||
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=OCScyrillic ;
|
||||
|
||||
param Size = sg | dual | threefour | fiveup ;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=extendedarabic ;
|
||||
|
||||
param DForm = unit | ten | teen | spctwo | twenties;
|
||||
param Size = sg | two | less100 | more100 ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
-- Note [s,], [a%] for Romanian s, and a with up bow ontop (not â)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=russian ;
|
||||
|
||||
-- Toiska, 13/8/2000, AR with Arto Mustajoki.
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=devanagari ;
|
||||
|
||||
param DForm = unit | ten ;
|
||||
param DSize = sg | r2 | r3 | r4 | r5 | r6 | r7 | r8 | r9 ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=extendedarabic ;
|
||||
|
||||
param DForm = unit | ten | teen | hund | kilurrest | kilurresthAzar ;
|
||||
param Size = sg | less500 | fiveup | more500 ;
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=tamil ;
|
||||
|
||||
oper
|
||||
vowel : Strs = strs {"o" ; "e" ; "a" ; "i" ; "u"} ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=extradiacritics ;
|
||||
|
||||
oper bind : Str -> Str -> Str = \s1 -> \s2 -> s1 ++ s2;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include numerals.Abs.gf ;
|
||||
flags coding=latinasupplement ;
|
||||
|
||||
param DForm = unit | ten | teen ;
|
||||
param Size = sg | pl ;
|
||||
|
||||
Reference in New Issue
Block a user