@stdlib/datasets-cmudict 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +9 -9
- package/data/dict.json +1 -1
- package/data/phones.json +1 -1
- package/data/symbols.json +1 -1
- package/data/vp.json +1 -1
- package/dist/index.js.map +1 -1
- package/lib/browser.js +1 -1
- package/lib/main.js +1 -1
- package/package.json +10 -9
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -81,10 +81,10 @@ The function accepts the following `options`:
|
|
|
81
81
|
|
|
82
82
|
- **data**: dataset name. The following names are recognized:
|
|
83
83
|
|
|
84
|
-
- **dict**: the main pronouncing dictionary
|
|
85
|
-
- **phones**: manners of articulation for each sound
|
|
86
|
-
- **symbols**: complete list of ARPABET symbols used by the dictionary
|
|
87
|
-
- **vp**: verbal pronunciations of punctuation marks
|
|
84
|
+
- **dict**: the main pronouncing dictionary.
|
|
85
|
+
- **phones**: manners of articulation for each sound.
|
|
86
|
+
- **symbols**: complete list of ARPABET symbols used by the dictionary.
|
|
87
|
+
- **vp**: verbal pronunciations of punctuation marks.
|
|
88
88
|
|
|
89
89
|
To only return the main pronouncing dictionary, set the `data` option to `dict`.
|
|
90
90
|
|
|
@@ -244,7 +244,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
244
244
|
|
|
245
245
|
## Copyright
|
|
246
246
|
|
|
247
|
-
Copyright © 2016-
|
|
247
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
248
248
|
|
|
249
249
|
</section>
|
|
250
250
|
|
|
@@ -259,8 +259,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
259
259
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-cmudict.svg
|
|
260
260
|
[npm-url]: https://npmjs.org/package/@stdlib/datasets-cmudict
|
|
261
261
|
|
|
262
|
-
[test-image]: https://github.com/stdlib-js/datasets-cmudict/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
263
|
-
[test-url]: https://github.com/stdlib-js/datasets-cmudict/actions/workflows/test.yml?query=branch:v0.2.
|
|
262
|
+
[test-image]: https://github.com/stdlib-js/datasets-cmudict/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
263
|
+
[test-url]: https://github.com/stdlib-js/datasets-cmudict/actions/workflows/test.yml?query=branch:v0.2.3
|
|
264
264
|
|
|
265
265
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-cmudict/main.svg
|
|
266
266
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-cmudict?branch=main
|
|
@@ -272,8 +272,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
272
272
|
|
|
273
273
|
-->
|
|
274
274
|
|
|
275
|
-
[chat-image]: https://img.shields.io/
|
|
276
|
-
[chat-url]: https://
|
|
275
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
276
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
277
277
|
|
|
278
278
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
279
279
|
|