Linux 软件免费装

Plugin Name

开发者 c4mden
更新时间 2011年1月11日 21:56
PHP版本: ? 及以上
WordPress版本: 3.0.4
版权: GPLv2

标签

search spellcheck spelling spell check sugestion

下载

详情介绍:

This plugin allows you to offer 'Did you mean' spelling suggestions for queries on your site. By inserting a single line of code into your theme file, your site can have the same powerful spell checking employed by the major search engines. ProperSpell's unparalleled spell checking service is based on the actual usage of words and phrases, as opposed to a dictionary, so it can suggest common spellings for proper nouns and popular terms. It can also determine the context of a search term in order to provide intelligent search alternatives. In order to use this service, you must first obtain API keys from www.properspell.com.

安装:

  1. Upload the properspell folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Sign up for your ProperSpell API keys at www.properspell.com.
  4. Enter your ProperSpell API keys under Settings -> ProperSpell
  5. Place the following code immediately before the loop begins in your search.php theme file <?php if (function_exists('get_properspell_suggestion')) { echo get_properspell_suggestion(); } ?>

常见问题:

How much does the ProperSpell service cost?

Usage of the ProperSpell API costs US $1 for every 1,000 queries, with a minimum charge of US $5 per month.

What languages does the ProperSpell API offer suggestions for?

The API currently only supports queries in the English language. Please refer to the ProperSpell documentation for further information about the API.