Expand description
Decimal number tagger.
Converts spoken decimal numbers to written form:
- “three point one four” → “3.14”
- “zero point five” → “0.5”
- “five point two million” → “5.2 million”
- “point five” → “.5”
Functions§
- parse
- Parse spoken decimal expression to written form.