krank.tables.fetch_niederhoffer2017#

krank.tables.fetch_niederhoffer2017(table, version=None, load=True, **kwargs)#

Niederhoffer et al., 2017, CLPsych, In your wildest dreams: the language and psychological features of dreams doi:10.18653/v1/W17-3102

PDF available at https://aclanthology.org/W17-3102.pdf

Table captions#

  • Table 1: Linguistic Processes Categories in LIWC2015.

  • Table 2: Top and Bottom Five dream Topics on CDI continuum.

  • Table 3: Most positively and negatively-correlated topics for each emotion.

  • Appendix A: Full list of LDA topics.

  • Appendix B: Sample dreams by CDI.

Parameters#

tablestr

Name of table to fetch.

versionstr or None

Name of version. If None (default), fetches the latest version.

loadbool or callable

If False (default), fetch the file and return the local filepath. If True, fetch the file and load it as a pandas.DataFrame. If a callable, fetch the file an load it with the custom callable.

**kwargsdict, optional

Additional keyword arguments are passed to pooch.retrieve().

Returns#

str or DataFrame

Path of retrieved file if load is False, or pandas.DataFrame if load is True.

Notes#

I corrected a typo in Table 2 (plave -> plane). The correct spelling is “plane”, as you can see it in the corresponding Topic in Appendix A.