Skip to content

Commit 1ba1e5c

Browse files
committed
Add CMUdict to datasets
1 parent a779be8 commit 1ba1e5c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/datasets/lib/data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ setReadOnly( datasets, 'AFINN_111', require( '@stdlib/datasets/afinn-111' ) );
7070
*/
7171
setReadOnly( datasets, 'ANSCOMBES_QUARTET', require( '@stdlib/datasets/anscombes-quartet' ) );
7272

73+
/**
74+
* @private
75+
* @name CMUDICT
76+
* @memberof datasets
77+
* @readonly
78+
* @constant
79+
* @type {Function}
80+
* @see {@link module:@stdlib/datasets/cmudict}
81+
*/
82+
setReadOnly( datasets, 'CMUDICT', require( '@stdlib/datasets/cmudict' ) );
83+
7384
/**
7485
* @private
7586
* @name DALE_CHALL_NEW

lib/node_modules/@stdlib/datasets/lib/names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"AFINN_111": "afinn-111",
33
"AFINN_96": "afinn-96",
44
"ANSCOMBES_QUARTET": "anscombes-quartet",
5+
"CMUDICT": "cmudict",
56
"DALE_CHALL_NEW": "dale-chall-new",
67
"FEMALE_FIRST_NAMES_EN": "female-first-names-en",
78
"FRB_SF_WAGE_RIGIDITY": "frb-sf-wage-rigidity",

0 commit comments

Comments
 (0)