Easy-to-use, high-quality identification of generic framing dimensions in English news articles
Project description
NewsFrames
A single-label classifier for universal framing dimensions in news articles on political topics.
Setup
Create python environment, for example with conda. Python 3.8 or later is supported.
conda create --yes -n NewsFrames python=3.8
conda activate NewsFrames
Install:
pip install NewsFrames
Usage
from NewsFrames import Classifier
classifier = Classifier()
results = classifier.predict(["Executives at the British software company Autonomy mischaracterised revenues from clients including Tottenham Hotspur, the Serious Fraud Office and the BBC to inflate software sales figures before a disastrous £8bn acquisition by the US firm Hewlett-Packard, London’s high court has heard."])
print(results)
You can use the attribute_mode parameter to get predictions for the individual
attributes (attribute_mode="withattributes") or only whether the respective dimension
is present or not (attribute_mode="withoutattributes"). The default is
withattributes.
classifier = Classifier(attribute_mode="withoutattributes")
Dev
Upload new version
python -m pip install build twine
python -m build
python -m twine upload dist/*
rm -rf dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NewsFrames-1.3.7.tar.gz.
File metadata
- Download URL: NewsFrames-1.3.7.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b311c513082bb3295f32c3c76e6379124f61eb2760a359f48044036ddeab878
|
|
| MD5 |
2f4a2dac1bb386b0bf3161a6d026fa54
|
|
| BLAKE2b-256 |
31fd51ca2e56409907b28afd0252cc1fae85ff9f9d0fd308c7f7fa0f9bbee3d1
|
File details
Details for the file NewsFrames-1.3.7-py3-none-any.whl.
File metadata
- Download URL: NewsFrames-1.3.7-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cfd7301dcd3e23bd8f357d48e5da6020f357c4d10bff68ab26869aa6691e477
|
|
| MD5 |
9fd2d5557abeef6e3c1e2088121fa03f
|
|
| BLAKE2b-256 |
ded4f626524698dd1b933200adf8d8245432c6582018534e12f84c1bafc11ee7
|