Metadata-Version: 2.1
Name: MoreThanSentiments
Version: 0.1.1
Summary: An NLP python package for computing Boilerplate score and many other text features.
Home-page: https://github.com/jinhangjiang/morethansentiments
Author: Jinhang Jiang, Karthik Srinivasan
Author-email: jinhang@asu.edu, karthiks@ku.edu
License: UNKNOWN
Keywords: Text Mining,Data Science,Natural Language Processing,Accounting
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: tqdm
Requires-Dist: spacy
Requires-Dist: pandas
Requires-Dist: nltk

# MoreThanSentiments
Besides sentiment scores, this Python package offers various ways of quantifying text corpus based on multiple works of literature, such as Boilerplate (Lang and Stice-Lawrence, 2015).

## Installation

The easiest way to install the toolbox is via pip (pip3 in some
distributions):

    pip install morethansentiments


## Usage

Please refer to the 'Boilerplate.ipynb'


# CHANGELOG

## Version 0.1.1, 2022-05-08

- Initial release.


