這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Summy: Excerpt Extraction

描述

Summy generates excerpts for your posts by applying various algorithms for automatic summarization extraction.
It scores your text’s sentences, based on extended configuration options, and returns the highest ranked.
WP-Summy is based on the Sum+my and was
created in an attempt to further develop the Core Library through your feedback.

Important Notes

  • Currently only English & Greek languages are supported.
  • PHP 5.3 is required in order to use this plugin.
  • Please report if it’s compatible with older versions of wordpress.
  • Check Sum+my to learn how the core works.

How To Use

  • Write your blog post as you normally do
  • Make sure excerpt and summy blocks are on screen
  • Experiment with all the options and hit Summarize

Why use Summy

WordPress excerpts can be displayed in places where quick summaries are preferable to full content like:

  • RSS feeds
  • Search Results
  • Archives Pages
  • Meta Description

When a post has no manual excerpt, WordPress generates ONE automatically by selecting the first 55 words of the post.
Automatically generated excerpts don’t summarize the post properly leaving guests guessing what the post is about.
Summy will analyze your post’s sentences and use the highest ranked that best describe your post, which could lead
in better search engine results and more targetted audience for your blog. Summy’s summaries are not perfect and you
might also need to do some editing before publishing your content but they are a lot better than random 55 words…

螢幕截圖

  • Settings Panel

安裝

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

常見問題

Why is only Greek and English languages supported?

To improve system accuracy various NLP algorithms are used. The most
hard to find or build are the stemming algorithms because they are build
with specific language rules. If you find or can provide a stemming algorithm
for another language please contact me.

In summy.komposta.net there are more options than this plugin

The term score algorithms TF-IDF and TF-RIDF require an internal database
with linguistics statistics. At least for now it’s not included.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Summy: Excerpt Extraction” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Summy: Excerpt Extraction 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.3

  • Fixed bug including null scored sentences in the summary to reach the output rate.

1.0.2

  • Updated Core Library to 2.0.5

1.0.1

  • Fixed Typo in plugin name (omg)
  • Removed the PHP Version Check, it wasn’t really working
  • Updated translations
  • Updated readme.txt

1.0

  • Initial Release