Added coding flag to newnumerals grammars.

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