@stdlib/datasets-afinn-96 0.2.2 → 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 +6 -6
- package/package.json +2 -2
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ var words = afinn96();
|
|
|
91
91
|
- All words are lowercase.
|
|
92
92
|
- Some "words" are phrases; e.g., `cashing in`, `cool stuff`.
|
|
93
93
|
- Words may contain apostrophes; e.g., `can't stand`.
|
|
94
|
-
- Words may contain dashes; e.g., `cover-up`, `made-up`.
|
|
94
|
+
- Words may contain dashes; e.g., `cover-up`, `made-up`.
|
|
95
95
|
|
|
96
96
|
</section>
|
|
97
97
|
|
|
@@ -185,7 +185,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
185
185
|
|
|
186
186
|
## Copyright
|
|
187
187
|
|
|
188
|
-
Copyright © 2016-
|
|
188
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
189
189
|
|
|
190
190
|
</section>
|
|
191
191
|
|
|
@@ -200,8 +200,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
200
200
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-afinn-96.svg
|
|
201
201
|
[npm-url]: https://npmjs.org/package/@stdlib/datasets-afinn-96
|
|
202
202
|
|
|
203
|
-
[test-image]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
204
|
-
[test-url]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml?query=branch:v0.2.
|
|
203
|
+
[test-image]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
204
|
+
[test-url]: https://github.com/stdlib-js/datasets-afinn-96/actions/workflows/test.yml?query=branch:v0.2.3
|
|
205
205
|
|
|
206
206
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-afinn-96/main.svg
|
|
207
207
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-afinn-96?branch=main
|
|
@@ -213,8 +213,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
213
213
|
|
|
214
214
|
-->
|
|
215
215
|
|
|
216
|
-
[chat-image]: https://img.shields.io/
|
|
217
|
-
[chat-url]: https://
|
|
216
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
217
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
218
218
|
|
|
219
219
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
220
220
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/datasets-afinn-96",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A list of English words rated for valence.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@stdlib/fs-read-json": "^0.2.
|
|
35
|
+
"@stdlib/fs-read-json": "^0.2.4",
|
|
36
36
|
"@stdlib/utils-copy": "^0.2.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|