words-to-decimal
v1.0.11
Published
a parser to translate words to numbers
Downloads
6
Readme
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