基于discuz在線分詞批量優化Dedecms文章關鍵詞
基于discuz在線分詞批量優化Dedecms文章關鍵詞
dedecms本身自帶tag(keywords)提取功能(北京網站制作),但分詞總是不夠精確。當然,對于日更新十數篇且對seo精確執行的用戶來說,手工輸入能更好的控制(高端網站建設)。但對于主題比較寬泛、內容更新量大的用戶來說,dede split是不大完美的。
discuz在線分詞是一個在線免費的提詞接口。后有數十萬中文論壇、supsite用戶,對于語境、細胞詞庫的完善有更多的數據?!∵@個小程序是基于discuz在線分詞批量更新已發內容的keywords(tag),如果數據量大(大于5萬)的或者虛擬主機用戶的話,最好環境搭到本地。速度會快一點。
使用方法,cms安裝目錄,新建c.php,拷入以下內容,自己對應編碼用notepad設置相應gbk或utf8。運行 yourwebsite/c.php?id=1
<?php
require_once(dirname(__FILE__).”/include/common.inc.php”);$id = isset($id) && is_numeric($id) ? $id : 0;
for ($a=$id; $a<$id+10; $a++){
$row = $dsql->GetOne(” SELECT arc.title,tp.body FROM `@__archives` arc LEFT JOIN `@__addonarticle` tp ON arc.id=tp.aid where arc.id=’$a’ “);
if(is_array($row))
{
$title = $row['title'];
$body = $row['body'];
$keywords=zhgetkey($title.$body);
$dsql->ExecuteNoneQuery(” Update `@__archives` set keywords=’$keywords’ where id=’$a’ “);
echo $a.’:’.$keywords.’<br />’;
}
}
if ($a>80000){break;}echo “<script>”;
echo “setTimeout(”location.replace(‘c.php?id=$a’)”,0)”;
echo “</script>”;function zhgetkey($contents){
$rows = strip_tags($contents);
$arr = array(‘ ‘,’ ‘,”s”, “rn”, “n”, “r”, “t”, “>”, ““”, “””,”<br />”);
$qc_rows = str_replace($arr, ”, $rows);
if(strlen($qc_rows)>2400){
$qc_rows = substr($qc_rows, ’0′, ’2400′);
}
$data = @implode(”, file(“http://keyword.discuz.com/related_kw.html?title=$qc_rows&ics=gbk&ocs=gbk”));
preg_match_all(“/<kw>(.*)A[(.*)]](.*)></kw>/”,$data, $out, PREG_SET_ORDER);
$key=”";
for($i=0;$i<5;$i++){
$key=$key.$out[$i][2];
if($out[$i][2])$key=$key.”,”;
}
return $key;
}function cutstr_html($string, $sublen)
{
$string = strip_tags($string);
$string = preg_replace (‘/n/is’, ”, $string);
$string = preg_replace (‘/ | /is’, ”, $string);
$string = preg_replace (‘/ /is’, ”, $string);
preg_match_all(“/[x01-x7f]|[xc2-xdf][x80-xbf]|xe0[xa0-xbf][x80-xbf]|[xe1-xef][x80-xbf][x80-xbf]|xf0[x90-xbf][x80-xbf][x80-xbf]|[xf1-xf7][x80-xbf][x80-xbf][x80-xbf]/”, $string, $t_string);
if(count($t_string[0]) – 0 > $sublen) $string = join(”, array_slice($t_string[0], 0, $sublen)).”…”;
else $string = join(”, array_slice($t_string[0], 0, $sublen));
return $string;
}
?>
推薦新聞
更多行業-
高端網站建設中的對稱美
高端網站建設是在線拓展業務的主要途徑。博物館企業可能更注重文化的傳播,...
2022-03-22 -
那些行業適合做移動網站(手機網站)
不久前,我給一個pc端的網站做了一個手機站,短短一個星期,實現了網站流...
2014-05-26 -
企業網站該如何策劃
企業網站制作該如何策劃?我想這是企業、公司在做網站之前都考慮的,做企業...
2012-07-28 -
如何讓目標客戶愛上我們的營銷網站?
如何在電子商務飛速發展的今天占據一席之地?模板網站和營銷網站有什么區別...
2021-03-09 -
投資PPC和SEO內容開發的理由
這些內容還會有社交和鏈接潛力,有機會開發令人激動而且非常有意思的內容。...
2012-06-14 -
方興未艾的計算機網絡
單是計算機,網站設計對人類生活的影響就已經夠大了。沒想到,在第一臺計算...
2014-10-21
預約專業咨詢顧問溝通!
免責聲明
非常感謝您訪問我們的網站。在您使用本網站之前,請您仔細閱讀本聲明的所有條款。
1、本站部分內容來源自網絡,涉及到的部分文章和圖片版權屬于原作者,本站轉載僅供大家學習和交流,切勿用于任何商業活動。
2、本站不承擔用戶因使用這些資源對自己和他人造成任何形式的損失或傷害。
3、本聲明未涉及的問題參見國家有關法律法規,當本聲明與國家法律法規沖突時,以國家法律法規為準。
4、如果侵害了您的合法權益,請您及時與我們,我們會在第一時間刪除相關內容!
聯系方式:010-60259772
電子郵件:394588593@qq.com