该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

wordbol

描述

This plugin integrates some of Apache Stanbol‘s features into your WordPress blog.

Video

You can find video showcasing the plugin’s features on Youtube.

Features

  • Generate links to Wikipedia articles automatically
  • Generate maps with locations mentioned in the post
  • Provide useful background information when writing your blog post
  • Auto-tag your posts

Problems?

Feel free to contact me! I worked hard to make the current feature set stable, but as this is my first plugin chance is that something’s still rough.

屏幕截图

安装

  1. Download plugin and copy to your plugin directory (usually this is /wp-content/plugins)
  2. Set up your Stanbol instance to have an enhancement engine with at least:
    1. One NER engine (tested with OpenNLP NER)
    2. DBpedia Linking
    3. DBpedia Dereferencing
    4. A language detection engine
  3. In case you want to recognize special entities, you probably need to add a training model to your Stanbol enhancement engines. The standard model works well for politicians, countries etc., but fails for sportspersons.
  4. Open config.php, define:
    1. STANBOL_INSTANCE to the correct HTTP endpoint (previously defined in step 2)
    2. GOOGLE_MAPS_API_KEY to your Google Maps API key (get one at Google’s API console)
    3. Have a look at the other settings as well.
  5. Activate the plugin.

评价

此插件暂无评价。

贡献者及开发者

「wordbol」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「wordbol」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1

Complete rename to Wordbol. No new features.

1.0

  • First release