@stdlib/datasets-cmudict 0.0.7 → 0.0.8
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 +25 -2
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# CMUdict
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> The Carnegie Mellon Pronouncing Dictionary.
|
|
26
26
|
|
|
@@ -205,6 +205,8 @@ npm install -g @stdlib/datasets-cmudict
|
|
|
205
205
|
|
|
206
206
|
</section>
|
|
207
207
|
|
|
208
|
+
<!-- CLI usage documentation. -->
|
|
209
|
+
|
|
208
210
|
<section class="usage">
|
|
209
211
|
|
|
210
212
|
### Usage
|
|
@@ -264,6 +266,16 @@ The data files (databases) and their contents are licensed under a [BSD-2-Clause
|
|
|
264
266
|
|
|
265
267
|
<!-- </license> -->
|
|
266
268
|
|
|
269
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
270
|
+
|
|
271
|
+
<section class="related">
|
|
272
|
+
|
|
273
|
+
</section>
|
|
274
|
+
|
|
275
|
+
<!-- /.related -->
|
|
276
|
+
|
|
277
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
278
|
+
|
|
267
279
|
|
|
268
280
|
<section class="main-repo" >
|
|
269
281
|
|
|
@@ -283,7 +295,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
283
295
|
|
|
284
296
|
## Copyright
|
|
285
297
|
|
|
286
|
-
Copyright © 2016-
|
|
298
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
287
299
|
|
|
288
300
|
</section>
|
|
289
301
|
|
|
@@ -302,9 +314,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
302
314
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-cmudict/main.svg
|
|
303
315
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-cmudict?branch=main
|
|
304
316
|
|
|
317
|
+
<!--
|
|
318
|
+
|
|
305
319
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-cmudict.svg
|
|
306
320
|
[dependencies-url]: https://david-dm.org/stdlib-js/datasets-cmudict/main
|
|
307
321
|
|
|
322
|
+
-->
|
|
323
|
+
|
|
324
|
+
[umd]: https://github.com/umdjs/umd
|
|
325
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
326
|
+
|
|
327
|
+
[deno-url]: https://github.com/stdlib-js/datasets-cmudict/tree/deno
|
|
328
|
+
[umd-url]: https://github.com/stdlib-js/datasets-cmudict/tree/umd
|
|
329
|
+
[esm-url]: https://github.com/stdlib-js/datasets-cmudict/tree/esm
|
|
330
|
+
|
|
308
331
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
309
332
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
310
333
|
|