liwc2001

liwc2001#

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

Tables were extracted from the manual PDF and uploaded to Zenodo. Content matches the LIWC1999 manual tables; deposit is kept separate so each manual version has its own DOI.

Zenodo deposit: 10.5281/zenodo.11397687

Available tables#

  • table1 — LIWC2001 category descriptions (judges, examples, word counts).

  • table2 — Corpus summary statistics.

  • table3 — Per-category means and standard deviations.

Preview#

import extracts

df = extracts.fetch_liwc2001("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11397687/table1.tsv' to '/home/runner/.cache/extracts/liwc2001'.
category examples n_words judge1 judge2
parent name
I. STANDARD LINGUISTIC DIMENSIONS Word Count WC NaN <NA> NaN NaN
Words per sentence WPS NaN <NA> NaN NaN
Sentences ending with ? Qmarks NaN <NA> NaN NaN
Unique words (type/token ratio) Unique NaN <NA> NaN NaN
% words captured, dictionary words Dic NaN <NA> NaN NaN
df.shape
(74, 5)

Versions#

from extracts._common import DATASETS

DATASETS["liwc2001"]
{'latest': '11397687', 'v1': '11397688'}