Metadata-Version: 2.1
Name: politicsnlp
Version: 0.0.2
Summary: An open-source politics package,aiming at Narrating Politics just using Python.
Home-page: https://cpanlp.com
Author: Draco Deng
Author-email: dracodeng6@gmail.com
License: MIT
Keywords: python,politics,party,intelligent politics,linguistic turn,linguistic,intelligent party,natural language processing,machine learning,policy
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: English
Classifier: Natural Language :: Chinese (Simplified)
Description-Content-Type: text/markdown
License-File: LICENSE


# politicsnlp🎺
### Due to the existence of framing bias in natural language, we have developed Python narrative packages that includes [politicsnlp](https://pypi.org/project/politicsnlp/), [economynlp](https://pypi.org/project/economynlp/), [religionnlp](https://pypi.org/project/religionnlp/), [lawnlp](https://pypi.org/project/lawnlp/), and [cpanlp](https://pypi.org/project/cpanlp/), enabling us to communicate within a common framework and avoid misunderstandings caused by different frames of reference.



## Install & Import
#### Dependencies
- scipy 
- numpy
- pandas
  
For detailed installation instructions, see the
[documentation](https://cpanlp.com/documentation).
```python
pip install politicsnlp
import politicsnlp as poli
```


Check out: https://cpanlp.com
