Datasets#
Remote LIWC-format dictionaries, published reference tables, and text corpora, fetched on demand and cached locally.
Corpora#
Text corpora for LIWC analysis.
Fetch Autobiographical Memory Similarity corpus. |
|
Fetch the CMU Book Summary Corpus. |
|
Fetch the CMU Movie Summary Corpus. |
|
Fetch the Hippocorpus. |
|
Fetch the LIWC-22 Demo Dataset corpus. |
|
Fetch the Reddit Short Stories corpus. |
|
Fetch the Sherlock Topic Model Paper corpus. |
|
|
Fetch the TED Talks Transcripts for NLP corpus. |
Dictionaries#
LIWC-format dictionaries from published research. Most are binary (each
term either belongs to a category or doesn’t); fetch_wrad
returns a weighted dictionary (referential-activity scores).
fetch_scope and
fetch_psychnorms slice a single column
out of the SCOPE / psychNorms metabases as a weighted, single-category
dictionary.
|
Fetch the big two (agency and communion) dictionary. |
Fetch the extended moral foundations 2.0 dictionary. |
|
Fetch the pre-built Empath dictionary. |
|
Fetch the honor dictionary. |
|
Fetch the Lexicon for Evaluation of Education Quality (LEEQ). |
|
Fetch the mystical experience dictionary. |
|
Fetch one lexicon column from psychNorms as a weighted dictionary. |
|
|
Fetch one lexicon column from SCOPE as a weighted dictionary. |
Fetch the sleep dictionary. |
|
Fetch the threat dictionary. |
|
Fetch the Weighted Referential Activity Dictionary (WRAD). |
|
Return the sorted list of valid psychNorms stems for |
|
Return the sorted list of valid SCOPE stems for |
Tables#
Reference tables and column-classification metadata for the published
norms. fetch_psychnorms and
fetch_scope return the metadata tables
describing each lexicon in the corresponding metabase; for the actual
word-level scores see the per-stem dictionary fetchers in
liwca.datasets.dictionaries.
Fetch the LIWC2015 Descriptive Statistics and Norms table. |
|
Fetch the LIWC-22 Descriptive Statistics and Norms table. |
|
Fetch the psychNorms column-classification metadata table. |
|
|
Fetch a table from a LIWC Psychometrics Manual. |
Fetch the SCOPE column-classification metadata table. |