0.1.11 • Published 7 years ago

@pg-english/number v0.1.11

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

@pg-english/number

pg-english

Process numbers in text, or tokens.

const number = require('@pg-english/number');
// number.process(<tokens>): process numbers
// number(<text>)
// -> processed text


number('i eat twenty three mangoes daily');
// i eat 23 mangoes daily

number('the protractor says minus seventeen point two four degrees');
// the protractor says minus 17.24 degrees

number('my phone is nine nine three six five five three six zero one');
// my phone is 9936553601
0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago