|
Text |
Expected |
Actual
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |0}}
|
zero
|
zero
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1}}
|
one
|
one
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english | 1 }}
|
one
|
one
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |3 + 5}}
|
eight
|
eight
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | case=u}}
|
One
|
One
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | case=U}}
|
One
|
One
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |-1}}
|
negative one
|
negative one
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |-1 | negative=minus}}
|
minus one
|
minus one
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |70}}
|
seventy
|
seventy
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |42}}
|
forty-two
|
forty-two
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |123}}
|
one hundred and twenty-three
|
one hundred and twenty-three
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |123 | sp=us}}
|
one hundred twenty-three
|
one hundred twenty-three
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |123 | adj=on}}
|
one-hundred-and-twenty-three
|
one-hundred-and-twenty-three
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1050}}
|
one thousand and fifty
|
one thousand and fifty
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1050 | sp=us}}
|
one thousand fifty
|
one thousand fifty
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |0.25}}
|
zero point two five
|
zero point two five
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |.25}}
|
zero point two five
|
zero point two five
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |0 | ord=on}}
|
zeroth
|
zeroth
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |33 | ord=on}}
|
thirty-third
|
thirty-third
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |40 | ord=on}}
|
fortieth
|
fortieth
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |5000000000 | ord=on}}
|
five billionth
|
five billionth
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |0 | pl=on}}
|
zeros
|
zeros
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |76 | pl=on}}
|
seventy-sixes
|
seventy-sixes
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1000000000000000000000000000001}}
|
one nonillion and one
|
one nonillion and one
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1.23E3}}
|
one thousand two hundred and thirty
|
one thousand two hundred and thirty
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |123E-4}}
|
zero point zero one two three
|
zero point zero one two three
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1001001001001000 | lk=on}}
|
one quadrillion one trillion one billion one million one thousand
|
one quadrillion one trillion one billion one million one thousand
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1001001001001000 | lk=billion,quadrillion}}
|
one quadrillion one trillion one billion one million one thousand
|
one quadrillion one trillion one billion one million one thousand
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |5E30}}
|
five nonillion
|
five nonillion
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |-123456789.25}}
|
negative one hundred twenty-three million four hundred fifty-six thousand seven hundred and eighty-nine point two five
|
negative one hundred twenty-three million four hundred fifty-six thousand seven hundred and eighty-nine point two five
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |0 | zero=foo}}
|
foo
|
foo
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |0 | ord=on | zero=none}}
|
none
|
none
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | numerator=2 | denominator=3}}
|
one and two-thirds
|
one and two-thirds
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english || numerator=2 | denominator=3}}
|
two-thirds
|
two-thirds
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | denominator=2}}
|
one and a half
|
one and a half
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | numerator=3 | denominator=2}}
|
one and three-halves
|
one and three-halves
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | numerator=1 | denominator=4}}
|
one and a quarter
|
one and a quarter
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | numerator=1 | denominator=4 | sp=us}}
|
one and a fourth
|
one and a fourth
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | numerator=1 | denominator=4 | one=one}}
|
one and one-quarter
|
one and one-quarter
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |1 | numerator=1 | denominator=4 | sp=us | one=one}}
|
one and one-fourth
|
one and one-fourth
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |9 | numerator=3 | denominator=4}}
|
nine and three-quarters
|
nine and three-quarters
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |9 | numerator=3 | denominator=4 | sp=us}}
|
nine and three-fourths
|
nine and three-fourths
|
Y
|
{{#invoke:ConvertNumeric | numeral_to_english |23 | numerator=12 | denominator=16}}
|
twenty-three and twelve-sixteenths
|
twenty-three and twelve-sixteenths
|