NERD WP Plugin

Plugin Banner

NERD WP Plugin

by yoannspace

Download
Description

NERD is an application that allows to recognize and disambiguate named entities.
This plugin allows integration of the NERD service with WordPress. Each post can be run through NERD and will automatically create tags for it.
Those tags, in return are used to propose extra information coming from Wikipedia and Wikidata.

Installation (via WordPress plugins)

  1. Install via WordPress plugins

Installation (manually)

  1. Upload directory nerd-wp to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Add the plugin Widget

  1. Once in the admin section, go to the Widget section and add the NERD WP Widget to your sidebar
  2. You may also modify the title of the Widget
  1. Example of the widget that includes the Tags created with the Named Entities by NERD

    Example of the widget that includes the Tags created with the Named Entities by NERD

To come later

Can not even be activated

By Martin Sauter (martin.sauter) on March 19, 2020

When you try to activate this plug, you get an error message as follows: Fatal error: Cannot redeclare GuzzleHttp\json_encode() (previously declared in /home/xxxxx/public_html/wordpress/wp-content/plugins/wp-data-access/vendor/guzzlehttp/guzzle/src/functions.php:323) in /home/xxxxx/public_html/wordpress/wp-content/plugins/nerd-wp/libraries/guzzle/GuzzleHttp/functions.php on line 323

1.2.5

  • Tested for last WordPress version (v5.4.1)

1.2.4

  • Tested for last WordPress version

1.2.3

  • The plugin now has a sidebar in the admin view – and a sidebar more as well

1.2.2

  • The plugin is now working on Gutenberg

1.2.1

  • There was an error in the WordPress release but nothing changed

1.2.0

  • Title of Widget can be modified
  • Loading wheel when retrieving the information from NERD in the Widget See Issue
  • Add more information in README about the Widget

1.1.4

  • Add missing namespace for the HTML parser

1.1.3

  • Add missing imports, was not important for most usage

1.1.2

  • Fix for category links that were not correctly constructed See Issue

1.1.1

  • Fix for different languages within the Wikipedia links See Issue

1.1.0

  • Ajax queries to NERD are not done via JS anymore but via the PHP code See Issue

1.0.0

  • Very first version
Back to top