1
0
forked from GitHub/gf-core

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

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=ethiopic ;
-- 14, 15 have variants in pronounciation {asraratt, asrammIst}

View File

@@ -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

View File

@@ -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 ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
param DForm = unit | teen | ten | hund ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
oper bind : Str -> Str -> Str = \s1 -> \s2 -> s1 ++ s2 ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=ethiopic ;
-- No long consonants marked in the indigen. script
-- s is set intersection s

View File

@@ -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 ->

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=greek ;
-- Free variation on accents on m'ia and d'yo

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=hebrew ;
param DForm = unit Place | cons | ten | hund ;
param Size = small | large | dual ;

View File

@@ -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 ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=japanese ;
param DForm = unit | attr | ten | hundred | thousand ;
param Size = sg | pl | more10 ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=extradiacritics ;
param DForm = unit | ten ;
param Size = sg | pl ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
-- 2 has a non-general variant "joowáloo" ;

View File

@@ -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 ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
-- D^ is from implosive d IPA symbol
-- N Num

View File

@@ -4,6 +4,7 @@
-- u^ with line over
include numerals.Abs.gf ;
flags coding=latinasupplement ;
param DForm = unit | teen | ten | hundred ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
param DForm = unit | ten ;
param Size = sg | pl | tenplus ;

View File

@@ -7,6 +7,7 @@
-- w for [sh]
include numerals.Abs.gf ;
flags coding=OCScyrillic ;
param Size = sg | dual | threefour | fiveup ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=extendedarabic ;
param DForm = unit | ten | teen | spctwo | twenties;
param Size = sg | two | less100 | more100 ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
-- Note [s,], [a%] for Romanian s, and a with up bow ontop (not â)

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=russian ;
-- Toiska, 13/8/2000, AR with Arto Mustajoki.

View File

@@ -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 ;

View File

@@ -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 ;

View File

@@ -17,6 +17,7 @@
include numerals.Abs.gf ;
flags coding=tamil ;
oper
vowel : Strs = strs {"o" ; "e" ; "a" ; "i" ; "u"} ;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=extradiacritics ;
oper bind : Str -> Str -> Str = \s1 -> \s2 -> s1 ++ s2;

View File

@@ -1,4 +1,5 @@
include numerals.Abs.gf ;
flags coding=latinasupplement ;
param DForm = unit | ten | teen ;
param Size = sg | pl ;