UNPKG

english-words-to-numbers

Version:

Convert all words in a string into numbers. Unlike other packages, it can optionally return the entire revised string with Arabic numbers instead of words.

32 lines (31 loc) 796 B
{ "name": "english-words-to-numbers", "version": "0.11.0", "description": "Convert all words in a string into numbers. Unlike other packages, it can optionally return the entire revised string with Arabic numbers instead of words.", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "words-to-numbers", "word2num", "words-to-num", "english-words-to-numbers", "word-to-number", "nlp", "natural-language-processing", "chatbots" ], "author": "Anton Ivanov <anton@ivanov.hk>", "license": "Unlicense", "dependencies": { "digits-to-word": "^1.0.0", "num-to-words": "^0.1.0", "word-to-number-node": "^1.0.3", "words-to-num": "0.0.2" }, "devDependencies": { "jest": "^23.4.2", "jsdom": "^11.11.0" } }