liwc2007

liwc2007#

LIWC2007 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.11397699

Available tables#

  • table1 — LIWC2007 category descriptions with alpha (binary/raw).

  • table2 — Corpus summary statistics.

  • table3 — Per-corpus means and standard deviations.

  • table4 — LIWC2007 vs LIWC2001 cross-version correlations.

Preview#

import extracts

df = extracts.fetch_liwc2007("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11397699/table1.tsv' to '/home/runner/.cache/extracts/liwc2007'.
name examples Words in category validity alpha_binary alpha_raw
parent category
Linguistic Processes wc Word count NaN <NA> NaN NaN NaN
wps words/sentence NaN <NA> NaN NaN NaN
dic Dictionary words NaN <NA> NaN NaN NaN
sixltr Words>6 letters NaN <NA> NaN NaN NaN
funct Total function words NaN -48 NaN 0.97 0.4
df.shape
(68, 6)

Versions#

from extracts._common import DATASETS

DATASETS["liwc2007"]
{'latest': '11397699', 'v1': '11397700'}