@stdlib/datasets-liu-positive-opinion-words-en
Version:
A list of positive opinion words.
78 lines (77 loc) • 1.53 kB
JSON
{
"name": "@stdlib/datasets-liu-positive-opinion-words-en",
"version": "0.2.3",
"description": "A list of positive opinion words.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"browser": "./lib/browser.js",
"directories": {
"data": "./data",
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/datasets-liu-positive-opinion-words-en.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/fs-read-json": "^0.2.3"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"datasets",
"dataset",
"data",
"sample",
"words",
"list",
"sentiment",
"opinion",
"positive",
"emotion",
"emotive",
"subjectivity",
"lexicon",
"nlp",
"language",
"english",
"en"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}