Metadata-Version: 2.1
Name: SentimentModel
Version: 1.0.1
Summary: Sentiment analysis model
Home-page: https://github.com/HassanRady/SentimentModel
Author: Hassan Rady
Author-email: hassan.khaled.rady@gmail.com
License: MIT license
Keywords: Sentiment
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE

# SentimentModel


[![pypi](https://img.shields.io/pypi/v/sentimentmodel.svg)](https://pypi.org/project/sentimentmodel/)
[![python](https://img.shields.io/pypi/pyversions/sentimentmodel.svg)](https://pypi.org/project/sentimentmodel/)
[![Build Status](https://github.com/HassanRady/sentimentmodel/actions/workflows/dev.yml/badge.svg)](https://github.com/HassanRady/sentimentmodel/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/HassanRady/sentimentmodel/branch/main/graphs/badge.svg)](https://codecov.io/github/HassanRady/sentimentmodel)



Sentiment model for text


* Documentation: <https://HassanRady.github.io/sentimentmodel>
* GitHub: <https://github.com/HassanRady/sentimentmodel>
* PyPI: <https://pypi.org/project/sentimentmodel/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.
