Socket
Socket
Sign inDemoInstall

afinn-165-financialmarketnews

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    afinn-165-financialmarketnews

AFINN 165 (list of English words rated for valence) in JSON with added words and modifications for financial market news


Version published
Weekly downloads
73K
decreased by-4.8%
Maintainers
1
Install size
58.8 kB
Created
Weekly downloads
 

Readme

Source

afinn-165-financialmarketnews

AFINN 165 - Financial Market News.

Contents

What is this?

This package exposes a map of words rated for valence. (“goodness” vs “badness”), specifically the AFINN-165 list, but with additions and modifications to existing words to be tuned for parsing financial news.

Install

This package is esm only. In Node.js (version 14.14+, 16.0+), install with:

npm install afinn-165-financialmarketnews

Use

import {afinn165FinancialMarketNews} from 'afinn-165-financialmarketnews'

afinn165FinancialMarketNews.raises //=> 1
afinn165FinancialMarketNews.bankruptcy //=> -3
afinn165FinancialMarketNews.crashing //=> -2

API

This package exports the identifier afinn165FinancialMarketNews. There is no default export.

afinn165

Map of words to valence (Record<string, number>).

👉 Note: be careful when accessing unknown properties on the afinn165 object, words such as “constructor” or “toString” might occur. It’s recommended to use a hasOwnProperty check beforehand.

Musings

This package adds 170+ words, and modifies a few others compared to the repository this is forked from. These modifications and additions aim to help better parse sentiment from financial news.

Types

This package is fully typed with TypeScript. It exports no additional types.

Compatibility

This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+ and 16.0+.

License

MIT License.

Keywords

FAQs

Last updated on 02 Feb 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc