@stdlib/datasets-afinn-96 0.0.8 → 0.0.9
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 +37 -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
|
# AFINN-96
|
|
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
|
> A [list][afinn] of English words rated for [valence][valence].
|
|
26
26
|
|
|
@@ -135,6 +135,8 @@ npm install -g @stdlib/datasets-afinn-96
|
|
|
135
135
|
|
|
136
136
|
</section>
|
|
137
137
|
|
|
138
|
+
<!-- CLI usage documentation. -->
|
|
139
|
+
|
|
138
140
|
<section class="usage">
|
|
139
141
|
|
|
140
142
|
### Usage
|
|
@@ -205,6 +207,22 @@ The data files (databases) are licensed under an [Open Data Commons Attribution
|
|
|
205
207
|
|
|
206
208
|
<!-- </license> -->
|
|
207
209
|
|
|
210
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
211
|
+
|
|
212
|
+
<section class="related">
|
|
213
|
+
|
|
214
|
+
* * *
|
|
215
|
+
|
|
216
|
+
## See Also
|
|
217
|
+
|
|
218
|
+
- <span class="package-name">[`@stdlib/datasets/afinn-111`][@stdlib/datasets/afinn-111]</span><span class="delimiter">: </span><span class="description">A list of English words rated for valence.</span>
|
|
219
|
+
|
|
220
|
+
</section>
|
|
221
|
+
|
|
222
|
+
<!-- /.related -->
|
|
223
|
+
|
|
224
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
225
|
+
|
|
208
226
|
|
|
209
227
|
<section class="main-repo" >
|
|
210
228
|
|
|
@@ -224,7 +242,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
224
242
|
|
|
225
243
|
## Copyright
|
|
226
244
|
|
|
227
|
-
Copyright © 2016-
|
|
245
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
228
246
|
|
|
229
247
|
</section>
|
|
230
248
|
|
|
@@ -243,9 +261,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
243
261
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-afinn-96/main.svg
|
|
244
262
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-afinn-96?branch=main
|
|
245
263
|
|
|
264
|
+
<!--
|
|
265
|
+
|
|
246
266
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-afinn-96.svg
|
|
247
267
|
[dependencies-url]: https://david-dm.org/stdlib-js/datasets-afinn-96/main
|
|
248
268
|
|
|
269
|
+
-->
|
|
270
|
+
|
|
271
|
+
[umd]: https://github.com/umdjs/umd
|
|
272
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
273
|
+
|
|
274
|
+
[deno-url]: https://github.com/stdlib-js/datasets-afinn-96/tree/deno
|
|
275
|
+
[umd-url]: https://github.com/stdlib-js/datasets-afinn-96/tree/umd
|
|
276
|
+
[esm-url]: https://github.com/stdlib-js/datasets-afinn-96/tree/esm
|
|
277
|
+
|
|
249
278
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
250
279
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
251
280
|
|
|
@@ -269,6 +298,12 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
269
298
|
|
|
270
299
|
[apache-license]: https://www.apache.org/licenses/LICENSE-2.0
|
|
271
300
|
|
|
301
|
+
<!-- <related-links> -->
|
|
302
|
+
|
|
303
|
+
[@stdlib/datasets/afinn-111]: https://www.npmjs.com/package/@stdlib/datasets-afinn-111
|
|
304
|
+
|
|
305
|
+
<!-- </related-links> -->
|
|
306
|
+
|
|
272
307
|
</section>
|
|
273
308
|
|
|
274
309
|
<!-- /.links -->
|