liwca.datasets.dictionaries.fetch_honor

On this page

liwca.datasets.dictionaries.fetch_honor#

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

Fetch the honor dictionary.

Returns:

Dictionary for detecting honor language.

Return type:

pandas.DataFrame

Notes

The honor dictionary is described in Gelfand et al.[1] and available, along with other resources, on Michele Gelfand’s website[2].

References

Examples

>>> from liwca.datasets import dictionaries
>>> dx = dictionaries.fetch_honor()