words-to-decimal

1.0.11 • Public • Published

Words To Decimal

Parse words and evaluate the results.

npm install words-to-decimal

TODO: add fuzzy logic

Basic Examples

import { wordsToDecimal } from 'words-to-decimal';
wordsToDecimal('half'); // 0.5
wordsToDecimal('one and half'); // 1.5
wordsToDecimal('three quarters'); // 0.75

Readme

Keywords

Package Sidebar

Install

npm i words-to-decimal

Weekly Downloads

2

Version

1.0.11

License

MIT

Unpacked Size

6.07 kB

Total Files

8

Last publish

Collaborators

  • kaliek