Skip to main content
Ctrl+K
⚠️This package is a under active development. Features are untested and may change without notice.⚠️
liwca - Home liwca - Home
  • User Guide
    • Getting Started
    • LIWC-22-cli Wrapper
    • Distributed Dictionary Representation
    • Fetching Datasets
  • API
    • Core
      • liwca.create_dx
      • liwca.read_dic
      • liwca.read_dicx
      • liwca.read_dicx_weighted
      • liwca.write_dic
      • liwca.write_dicx
      • liwca.write_dicx_weighted
      • liwca.merge_dx
      • liwca.drop_category
      • liwca.dx_schema
      • liwca.dx_weighted_schema
      • liwca.Liwc22
      • liwca.count
      • liwca.ddr
      • liwca.set_log_level
    • Datasets
      • Corpora
        • liwca.datasets.corpora.fetch_autobiomemsim
        • liwca.datasets.corpora.fetch_cmu_book_summaries
        • liwca.datasets.corpora.fetch_cmu_movie_summaries
        • liwca.datasets.corpora.fetch_hippocorpus
        • liwca.datasets.corpora.fetch_liwc22_demo_data
        • liwca.datasets.corpora.fetch_reddit_short_stories
        • liwca.datasets.corpora.fetch_sherlock
        • liwca.datasets.corpora.fetch_tedtalks
      • Dictionaries
        • liwca.datasets.dictionaries.fetch_bigtwo
        • liwca.datasets.dictionaries.fetch_emfd
        • liwca.datasets.dictionaries.fetch_empath
        • liwca.datasets.dictionaries.fetch_honor
        • liwca.datasets.dictionaries.fetch_leeq
        • liwca.datasets.dictionaries.fetch_mystical
        • liwca.datasets.dictionaries.fetch_psychnorms
        • liwca.datasets.dictionaries.fetch_scope
        • liwca.datasets.dictionaries.fetch_sleep
        • liwca.datasets.dictionaries.fetch_threat
        • liwca.datasets.dictionaries.fetch_wrad
        • liwca.datasets.dictionaries.list_psychnorms_stems
        • liwca.datasets.dictionaries.list_scope_stems
        • liwca.datasets.dictionaries.path
      • Tables
        • liwca.datasets.tables.fetch_norms_liwc2015
        • liwca.datasets.tables.fetch_norms_liwc22
        • liwca.datasets.tables.fetch_psychnorms
        • liwca.datasets.tables.fetch_psychometrics_manual
        • liwca.datasets.tables.fetch_scope
  • Examples
    • Run LIWC word count analysis on Sherlock corpus
  • Changelog

Examples

Examples#

  • Run LIWC word count analysis on Sherlock corpus

previous

liwca.datasets.tables.fetch_scope

next

Run LIWC word count analysis on Sherlock corpus

By Remington Mallett