![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
This package gives you easy access to afinn-111.
You’re probably dealing with natural language, and know you need this, if you’re here!
This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+), install with npm:
npm install afinn-111
In Deno with esm.sh
:
import {afinn111} from 'https://esm.sh/afinn-111@2'
In browsers with esm.sh
:
<script type="module">
import {afinn111} from 'https://esm.sh/afinn-111@2?bundle'
</script>
import {afinn111} from 'afinn-111'
afinn111.positive //=> 2
afinn111['self-deluded'] //=> -2
This package exports the identifier afinn111
.
There is no default export.
afinn111
afinn-111
maps entries to valence ratings (Object.<string, number>
).
👉 Note: Be careful when accessing unknown properties on the
afinn-111
object, words such as “constructor” or “toString” might occur. It’s recommended to use ahasOwnProperty
check beforehand.
Note the AFINN entries are:
n00b
)can't stand
, cashing in
,
cool stuff
, does not work
, dont like
, fed up
, green wash
,
green washing
, messing up
, no fun
, not good
, not working
,
right direction
, screwed up
, some kind
)can't stand
)naïve
)cover-up
, made-up
,
once-in-a-lifetime
, self-confident
, self-deluded
,
short-sighted
, short-sightedness
, son-of-a-bitch
)This package is fully typed with TypeScript. It exports no additional types.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+, 16.0+, and 18.0+. It also works in Deno and modern browsers.
afinn-96
— AFINN list from 2009, containing 1468 entriesafinn-165
— AFINN list from 2015, containing 3382 entriesemoji-emotion
— Like AFINN, but for emojipolarity
— Detect the polarity of text, based on afinn-165
and emoji-emotion
Yes please! See How to Contribute to Open Source.
This package is safe.
FAQs
AFINN 111 (list of English words rated for valence) in JSON
We found that afinn-111 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.