Skip to main content
Ctrl+K
BEWARE! This project is in the planning stage. DO NOT USE!

Krank v0.0.1.dev4

  • Krank on GitHub
  • API Reference
  • Releases
  • Contributing
  • API Reference
  • Releases
  • Contributing
  • API Reference
  • krank.lexico...

krank.lexicons.fetch_threat#

krank.lexicons.fetch_threat(version=None, load=True, **kwargs)#

Fetch and read the Threat LIWC dictionary.

Dictionary details#

  • Name: threat

  • Language: English

  • Source: https://www.michelegelfand.com/threat-dictionary

  • Citation: doi:10.1073/pnas.2113891119

Parameters#

**kwargsdict, optional

Additional keyword arguments are passed to pooch.retrieve().

Returns#

dictionarydict

A dictionary with abbreviated category names as keys and category words as values.

On this page
  • fetch_threat()

Last updated on Jun 04, 2024.