Skip to main content

A small example package

Project description

MLD Article Analysis

MLD, pronounced Mold, is a command line based application that uses natural language processing (NLP) techniques to analyze the tone, sentiment, and lexical signature of a news article of a user-inputted URL.

Disclaimer

The project is developed and maintained by students as part of Jory Morrison's mentorship program for secondary education students. There is no affiliation, endorsement, ownership, or sponsorship with or by any commercial or non-commercial entity. Ownership of this repository should not be construed as contribution or creation of intellectual property; please reference commit history for attribution of intellectual property origin.

License

Apache 2.0 License applies

Notes

As of September 2019 this project is being actively maintained. It is currently in a limited-functioning state due to changes in the Watson SDK. Please reference issues

This project uses the IBM Watson Tone Analyzer API, which requires an IMB Creative Cloud account.

Prerequisites

Cloning the Project

To clone this project, use the following command:

$ git clone https://github.com/jorymorrison/MLD.git

Installing Requirements

Use these commands to install all required dependencies:

$ cd MLD
$ pip install -r requirements.txt

Basic Usage

Once a URL to a news article is inputted, the program will process the article's text and output the sentiment in terms of polarity and subjectivity, the tone, and five key words that make up the article's lexical signature.

Enter the URL of a news article as the first argument when calling in command line:https://abcnews.go.com/Politics/john-mccain-memorials-start-longtime-senators-body-lying/story?id=57472926
Retrieving satus code...Successfully retrieved status code: 200
Successfully retrieved representation.
Creating results file...
Successfully created results file at: /home/libbymadren/MLD\'John McCain will always have our back': Politicians pay tribute to the late senator-2018-08-29 19:47:37.537351.txt
Successfully wrote retrieval status to results file.
Successfully wrote retrieval to results file.
Successfully retrieved document sentiment.
Successfully retrieved document tone.
Successfully accessed corpus with 2 invalid documents.
Successfully calculated lexical signature.
Successfully wrote output to results file.
Exiting program...

The article's title, body text, and all output results are submitted to a results txt folder found in the repository.

Obtaining Watson API Keys

The first time this program runs, the program will search for Watson API keys. If none are found, you will be instructed to set your Watson username and password.

To access the Watson API Keys, log into your IBM Creative Cloud Account and locate the Tone Analyzer page. Click Create, and a username and password will be generated for you. Copy these and set them in the application by either editing the config.conf file, or by setting environmental variables:

$ export WATSON_USER="username"
$ export WATSON_PASS="password"

Output Synopsis

Json Schema:

{ "article": { "body": , "date": , "title": <title>, "url": }, "sentiment": { "polarity": <value 0-1>, "subjectivity": <value 0-1> }, "signature": { : <value 0-1>, : <value 0-1>, : <value 0-1>, : <value 0-1>, : <value 0-1> }, "tone": { : <value 0-1>, : <value 0-1>, : <value 0-1>, : <value 0-1>, : <value 0-1>, : <value 0-1> } }

Sentiment:

Polarity: Scale -1 - 1 (-1 being very negative, 0 being neutral, 1 being very positive) Subjectivity: Scale 0 - 1 (0 is very objective, 1 is very subjective)

Tone:

Tonal scores are displayed on a scale from 0.5 - 1, with lower scores indicating emotions less present in the document, and higher scores indicating emotions that are likely perceived in the content. Scores higher than 0.75 should be consider very emotional. For in depth documentation on the IBM Watson Tonal Analyzer go to: https://console.bluemix.net/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint

Lexical Signature:

Lexical signature is represented by the top 5 words in a document according to Term Frequency / Inverse Document Frequency (TF-IDF). For in depth documentation of how TF-IDF is calculated go to: https://http//www.tfidf.com Output is formatted in key-value pairs of a word and its TF-IDF score.

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

MLDToolkit-0.0.2.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

MLDToolkit-0.0.2-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file MLDToolkit-0.0.2.tar.gz.

File metadata

  • Download URL: MLDToolkit-0.0.2.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.2

File hashes

Hashes for MLDToolkit-0.0.2.tar.gz
Algorithm Hash digest
SHA256 25b1a737b4cb896f6678d77ffe1dc58b5a6782d2d6fbf9bf716e16ddc7b6588f
MD5 42f85df1092ea21e5c92dda6dd5bf222
BLAKE2b-256 b17d4aa32fb310e84cfe118a3aef97d1e531b6561a3c35766e853fb2e5cee84a

See more details on using hashes here.

File details

Details for the file MLDToolkit-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: MLDToolkit-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.2

File hashes

Hashes for MLDToolkit-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d1ab1a32f35fc50760998c7aabf2a19145ef5397725d641a6d011ee48444e0ae
MD5 89569e1aada20232452e1c2475c70606
BLAKE2b-256 4c85c03417fbda11a40f1569fda5b0339c1002e08c62602ecae204989f4bd389

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page