liwc22

liwc22#

LIWC-22 Psychometrics Manual, distributed on the LIWC website psychometrics manuals page.

Tables were extracted from the manual PDF and uploaded to Zenodo.

Zenodo deposit: 10.5281/zenodo.11397740

Available tables#

  • table1 — Corpus word-count summary.

  • table2 — Internal consistency per category.

  • table3 — Per-corpus means and SDs (MultiIndex columns).

  • table4 — LIWC-22 vs LIWC2015 cross-version correlations.

  • tableA1 — Test-kitchen corpus appendix.

Preview#

import extracts

df = extracts.fetch_liwc22("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11397740/table1.tsv' to '/home/runner/.cache/extracts/liwc22'.
n_words_mean n_words_sd description
corpus
Applications 1506 501 Technical college admissions essays
Blogs 2144 1920 Personal blogs from blogger.com
Conversations 586 510 Natural conversations
Enron Emails 316 376 Internal emails from Enron
Facebook 2195 2034 Facebook posts from mypersonality.com
df.shape
(16, 3)

Versions#

from extracts._common import DATASETS

DATASETS["liwc22"]
{'latest': '11397740', 'v1': '11397741', 'v2': '19947917'}