UNPKG

@stdlib/datasets-cmudict-cli

Version:

The Carnegie Mellon Pronouncing Dictionary (CMUdict).

56 lines (55 loc) 1.29 kB
{ "name": "@stdlib/datasets-cmudict-cli", "version": "0.2.3", "description": "The Carnegie Mellon Pronouncing Dictionary (CMUdict).", "license": "Apache-2.0 and BSD", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "bin": { "cmudict": "./bin/cli" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/datasets-cmudict.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/cli-ctor": "^0.2.3", "@stdlib/fs-read-file": "^0.2.3", "@stdlib/streams-node-stdout": "^0.2.3", "@stdlib/utils-index-of": "^0.2.3", "@stdlib/utils-keys": "^0.2.3", "@stdlib/datasets-cmudict": "0.2.3" }, "devDependencies": {}, "keywords": [ "stdlib", "datasets", "dataset", "data", "words", "speech", "language", "nlp", "spelling", "pronunciation", "dictionary", "english", "en" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }