PHP Classes

WordPress Plugin Sentiment Analysis: Analyze author sentiments in WordPress posts

Recommend this page to a friend!
  Info   View files View files (25)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 26 This week: 1All time: 11,100 This week: 560Up
Version License PHP version Categories
wordpress-sentiment- 1.0The PHP License5Algorithms, PHP 5, Text processing, C..., B...
Description 

Author

This package can analyze author sentiments in WordPress posts.

It provides a WordPress plugin that registers actions and filters to process the text entered by users that submit posts, pages and comments.

The plugin can show if the poster's sentiment is positive, negative or neutral.

Innovation Award
PHP Programming Innovation award nominee
August 2022
Number 4
People who send text content to the Internet often express how they feel. That is the case, for instance, when post articles on a blog.

Knowing the kind of sentiment that an author of an article is expressing can be helpful for site users to decide if they would like to read the article or not, depending on the current mood.

It may also be helpful for site moderators to decide if they should approve an article or not, depending on whether the sentiment expressed by the article author is positive or negative.

This package implements a WordPress plugin that can analyze the sentiments expressed by authors of posts, pages, and comments. This way, users and moderators may understand the author's feelings.

Manuel Lemos
Picture of Zacchaeus Bolaji
  Performance   Level  
Name: Zacchaeus Bolaji <contact>
Classes: 15 packages by
Country: Nigeria Nigeria
Age: ???
All time rank: 250415 in Nigeria Nigeria
Week rank: 411 Up10 in Nigeria Nigeria Up
Innovation award
Innovation award
Nominee: 10x

Details

?=== ZacWP Sentiment Analysis === Contributors: djunehor Donate link: https://djunehor.com/donate Tags: sentiment analysis, sentiment, positive, neutral, negative, comment, post Requires at least: 4.6 Tested up to: 5.2 Stable tag: 1.0 Requires PHP: 5.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html ZacWP Sentiment Analysis adds a sentiment analysis column to comments, pages and posts to allow you make better decision as regards posts on your websites. == Description == This plugin is great for blog admins that needs to moderate posts and comments. The sentiment anaylsis helps classify a post/comment as neutral, negative or positive. == NOTE == * No new table is created. * Will work with existing posts/pages/comments prior to installation of the plugin. * Will re-analyze when a post/comment is updated. == Installation == 1. Upload the entire `zacwp-sentiment-analysis folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click `PhpMyAdmin Manager` in the admin sidebar == Screenshots == 1. `Sentiment Analysis` column in comments 2. `Sentiment Analysis` column in pages 3. `Sentiment Analysis` column in pages == Frequently Asked Questions == = Can I customize this plugin = This plugin is open-source, as such, you can customise as you want as long as you know what you're doing. = I want some other features added to this plugin = You can request for custom features by sending a mail to corporate@djunehor.com == Changelog == = 1.0 = * Stable release == Upgrade Notice == == Acknowledgement == The sentiment analysis class used in this plugin was taken from James Hennessey's repo here https://github.com/JWHennessey/phpInsight

  Files folder image Files  
File Role Description
Files folder imageassets (3 files)
Files folder imageinc (5 files, 2 directories)
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file license.txt Doc. Documentation
Accessible without login Plain text file readme.txt Doc. Documentation

  Files folder image Files  /  assets  
File Role Description
  Accessible without login Image file screenshot-1.PNG Data Auxiliary data
  Accessible without login Image file screenshot-2.PNG Data Auxiliary data
  Accessible without login Image file screenshot-3.PNG Data Auxiliary data

  Files folder image Files  /  inc  
File Role Description
Files folder imageexamples (1 file)
Files folder imagelib (1 file, 1 directory)
  Accessible without login Plain text file autoload.php Aux. Auxiliary script
  Accessible without login Plain text file CHANGES Data Auxiliary data
  Accessible without login Plain text file composer.json Data Auxiliary data
  Accessible without login Plain text file LICENSE Lic. License text
  Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  inc  /  examples  
File Role Description
  Accessible without login Plain text file demo.php Example Example script

  Files folder image Files  /  inc  /  lib  
File Role Description
Files folder imagePHPInsight (2 files, 2 directories)
  Accessible without login Plain text file bootstrap.php Aux. Auxiliary script

  Files folder image Files  /  inc  /  lib  /  PHPInsight  
File Role Description
Files folder imagedata (5 files)
Files folder imagedictionaries (5 files)
  Plain text file Autoloader.php Class Class source
  Plain text file Sentiment.php Class Class source

  Files folder image Files  /  inc  /  lib  /  PHPInsight  /  data  
File Role Description
  Accessible without login Plain text file data.ign.php Aux. Auxiliary script
  Accessible without login Plain text file data.neg.php Aux. Auxiliary script
  Accessible without login Plain text file data.neu.php Aux. Auxiliary script
  Accessible without login Plain text file data.pos.php Aux. Auxiliary script
  Accessible without login Plain text file data.prefix.php Aux. Auxiliary script

  Files folder image Files  /  inc  /  lib  /  PHPInsight  /  dictionaries  
File Role Description
  Accessible without login Plain text file source.ign.php Aux. Auxiliary script
  Accessible without login Plain text file source.neg.php Aux. Auxiliary script
  Accessible without login Plain text file source.neu.php Aux. Auxiliary script
  Accessible without login Plain text file source.pos.php Aux. Auxiliary script
  Accessible without login Plain text file source.prefix.php Aux. Auxiliary script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:26
This week:1
All time:11,100
This week:560Up