AmbiverseNLU WordPress plugin for the demo on https://ambiversenlu.mpi-inf.mpg.de.
For the example sentence below:
Jack founded Alibaba with investments from SoftBank and Goldman.
The AmbiverseNLU Demo will produce the following outputs:
To install the demo on a WordPress instance, you need to package the code in a .zip
archive, and then Add
and Activate
the plugin.
To be able to use the demo, you need to configure it to consume the AmbiverseNLU Web Service.
This code uses the public Web Service API running on https://api.ambiverse.com.
To do the configuration, go to, Settings
->Ambiverse Entity Linking Demo
. The screenshot below shows an example configuration.
Before you can use it, you need to obtain OAuth2 credentials from https://developer.ambiverse.com.
To use the demo in a WordPress page or a post you add the short code displayed in the configuration page. For example, you can add this.
[ambiverse-eld coherent-document="true" confidence-threshold=0.075 concept="true" language="en" settings-api-endpoint="api" settings-api-method="/entitylinking/"]When [[Who]] played Tommy in Columbus, Pete was at his best.[/ambiverse-eld
- AmbiverseNLU project website: http://www.mpi-inf.mpg.de/ambiverse-nlu/
- AmbiverseNLU project on GitHub: https://github.com/ambiverse-nlu/ambiverse-nlu