digits-stems
Digits and such expressions
Digits are constructed as several cyclic structures: integers, decimals or
Digit zero examples:
- 0: 0+Num+Sg+Nom
int digit loop examples:
-
13: 13+Num+Card+Sg+Nom
-
100: 100+Num+Card+Sg+Nom
- 0000005550000000: 0000005550000000+Num+Card+Sg+Nom
LEXICON ARABICLOOP_pirinen essentially allows any number-sign combination, but is like the other lgs
LEXICON ARABICLOOP_pirinen is for entries not looping back
The digit strings that end in 10 to 12 + 6n 0's are inflected alike:
int digit milliard loop examples:
-
1000000000: 1000000000+Num+Card+Sg+Nom
-
300000000000: 300000000000+Num+Card+Sg+Nom
- 123456000000000000000000: 123456000000000000000000+Num+Card+Sg+Nom
The digit strings that end in 6 to 9 + 6n 0's are inflected alike:
int digit million loop examples:
-
1000000: 1000000+Num+Card+Sg+Nom
-
300000000: 300000000+Num+Card+Sg+Nom
- 123456000000000000000: 123456000000000000000+Num+Card+Sg+Nom
Decimal digit strings start with any number of digits 0 to 9, followed
decimal digit loop examples:
-
1,0: 1,0+Num+Sg+Nom
- 314,1: 314,1+Num+Sg+Nom
The decimal digit strings end in any number of digits 0 to 9, inflected
decimal digit loop more examples:
-
3,141: 3,141+Num+Sg+Nom
- 123,345: 123,345+Num+Sg+Nom
The decimal digit strings with dot may be allowed as sub-standard option
Roman numerals with inflection
Main lexicon for roman digits
roman numeral examples:
-
MM: MM+Num+Ord+Sg+Nom
-
MCXI: MCXI+Num+Ord+Sg+Nom
- CMXCIX: CMXCIX+Num+Ord+Sg+Nom
Roman numerals according to digital class, one by one
Roman thousands
roman numeral thousand examples:
-
MII: MII+Num+Ord+Sg+Nom
- MCCCXXII: MCCCXXII+Num+Ord+Sg+Nom
Roman hundreds
roman numeral hundred examples:
-
CXXI: CXXI+Num+Ord+Sg+Nom
- DXXIV: DXXIV+Num+Ord+Sg+Nom
Roman tens
roman numeral ten examples:
-
XIX: XIX+Num+Ord+Sg+Nom
- XXVII: XXVII+Num+Ord+Sg+Nom
Roman ones
roman numerals one to nine examples:
-
IX: IX+Num+Ord+Sg+Nom
-
VIII: VIII+Num+Ord+Sg+Nom
-
II: II+Num+Ord+Sg+Nom