liwca.datasets.dictionaries.list_psychnorms_stems

On this page

liwca.datasets.dictionaries.list_psychnorms_stems#

liwca.datasets.dictionaries.list_psychnorms_stems()[source]#

Return the sorted list of valid psychNorms stems for fetch_psychnorms.

Stems are lowercase norm names from psychnorms-metadata.csv, excluding the two part-of-speech tag columns (which are categorical strings rather than lexicons). The first call downloads psychnorms-metadata.csv if not already cached.

Returns:

Sorted lowercase stem names. Pass any of these to fetch_psychnorms.

Return type:

list of str

See also

liwca.datasets.tables.fetch_psychnorms

Fetch the psychNorms column-classification metadata table for richer information about each stem (category, description, source, citation).