发新话题
打印

[新鲜发布] PHP中文分词,详细说明

PHP中文分词,详细说明

查看数: 142 回复数: 5 最新回复

与好友共享:

内容简介:点击关闭

Copy语言代码:
if(isset($_SERVER['QUERY_STRING']) ...
Copy
语言代码:

<? 

function test() 

    list(
$a,$b)= explode(" ",microtime()); 
    return (float)
$a+(float)$b

if (isset(
$_SERVER['QUERY_STRING'])  
    && !
strncasecmp($_SERVER['QUERY_STRING'], 'source'6)) 

     
            
highlight_file(__FILE__);die; 


if(
$_POST){ 
    
$str    stripslashes($_POST['mydata']); 
    
$len    strlen($str); 
    
$a    test(); 
    
$output    sun_ws($str); 
    
$time    sprintf("%.12f",(double)test()-$a); 

?> 

<html
<head> 
<title>中文分词测试 (by sunceenjoy)</title> 
<meta http-equiv="Content-type" content="text/html; charset=gbk"> 
<style type="text/css"> 
<!-- 
td, body    { background-color: #efefef; font-family: tahoma; font-size: 14px; } 
.demotx        { font-size: 12px; width: 100%; height: 100px; } 
small        { font-size: 12px; } 
//--> 
</style> 
</head> 
<body> 
<h3> 
 中文分词测试 (by sunceenjoy) 
</h3>   
<small> 
<font color="red">根据词频分词,相同词频长度优先,并未考虑其他情况,目前暂定最大长度为2048字节</font> 
</small> 
<table width=100% border=0> 
  <tr> 
    <form method=post> 
    <td width=100%> 
      <strong>请输入文字点击提交尝试分词: </strong> <br /> 
      <textarea name=mydata cols=60 rows=8 class=demotx></textarea> 

      <input type=submit> 
      </td> 
      </form> 
    </tr> 
    <tr> 
      <td><hr /></td> 
    </tr> 
    <tr> 
      <td width=100%> 
        <strong>分词结果(原文总长度 <?=$len?> 字符) </strong> 
        <br /> 
        <textarea cols=60 rows=8 class=demotx readonly style="color:#888888;"> 
<?=$output?></textarea>         
      <small> 
        分词耗时: <?=$time?> 
      </small> 
    </td> 
  </tr> 
</table> 

<small> 
  或直接 <a href="?source" target="_blank">查看源码</a> 
</small> 
</body> 
</html> 

你现在是游客:请登录或者注册

搜索更多相关主题的帖子: 详细说明 PHP 中文 分词

Rojo google reader netvibes 哪吒 抓虾 my yahoo Feedsky FEED 订阅
作者: 大李 主题: PHP中文分词,详细说明 时间: 2008-10-10 00:03
作者: fenanr 主题: 分词的搜索功能. 时间: 2008-12-4 13:05
作者: fenanr 主题: 可自定词库的网站分词, 搜索引擎优化.(DZ) 时间: 2008-12-4 14:42

TOP

最新网站秀: (还等什么?马上加入我们吧! 快速加入

 华中师范大  盱眙吧1  南邮风云   夜族网游公  在日中华情  生活大家坛  智商250  塞班智能手  论剑社区  潮州论坛  灵下异度  封开家园 
用户正在观看: 热门标签
美女人体艺术绝
杀破狼
樱之炫视频教程——五
雨儿短裙热舞
情圣【国语中字】DV
作品源自网络,请支持正版


swarovski


swarovski


当红小天王Chris


三亚冲浪俱乐部故事1
收藏了,谢谢!

TOP

发新话题