moralizer

> Simple tool to get the Moral Foundations counts of a given text.


Keywords
nlp, sentiment, spacy, moral, foundations, moral-foundations, natural-language-processing, sentiment-analysis
License
MIT
Install
pip install moralizer==0.1.4

Documentation

Moralizer

Simple tool to get the Moral Foundations counts of a given text.

MIT dependencies python

Installation

pip install moralizer

SpaCy requires the following add-on.

python -m spacy download en_core_web_sm

Description

Moralizer returns word counts of a text based on the Moral Foundations Vocabulary 2.0 in a neat and organized JSON object or Python dictionary.

Use

from moralizer import *
  • moralizer
    • read_json(reads in a json file)
    • read_file(input_file)
    • moralize(text, output_format=default is Python dictionary, add ".json" for output in JSON).

Dependencies

Moralizer only uses one outside dependency, the delightfully opinionated spaCy.

Under Construction

  • Tests
  • Documentation