⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sharpictclas分词系统简介(7)optimumsegment - first we try, then we trust - 博客园.mht

📁 Sharp ICTCLAS分词系统
💻 MHT
📖 第 1 页 / 共 5 页
字号:
name=3D675225></A>SharpICTCLAS=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=
=E4=BB=8B(7)(8)<A name=3DPost></A>[TrackBack]=20
<SPAN>2007-03-14 23:19 </SPAN><A=20
id=3DAjaxHolder_Comments_CommentList_ctl00_NameLink=20
href=3D"http://www.cnblogs.com/zhenyulu/archive/2007/03/14/675224.html"=20
target=3D_blank>=E5=90=95=E9=9C=87=E5=AE=87</A> </DIV>
<DIV=20
class=3DpostText>=E5=85=B7=E4=BD=93=E5=86=85=E5=AE=B9=E8=AF=B7=E8=AE=BF=E9=
=97=AE=E6=88=91=E7=9A=84=E6=96=87=E7=AB=A0=EF=BC=9A=E3=80=8ASharpICTCLAS=E5=
=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(7)OptimumSegment=E3=80=
=8B=E3=80=8ASharpICTCLAS=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=
=8B(8)=E5=85=B6=E5=AE=83=E3=80=8B=20
=3D=3D=3D=E5=85=A8=E6=96=87=E5=AE=8C=3D=3D=3D =
=E9=9D=9E=E5=B8=B8=E9=AB=98=E5=85=B4=E5=9C=A8=E8=BF=99=E6=9C=80=E5=90=8E=E4=
=B8=80...&nbsp;&nbsp;<A=20
href=3D"http://www.cnblogs.com/zhenyulu/archive/2007/03/14/675224.html">=E6=
=9F=A5=E7=9C=8B=E5=8E=9F=E6=96=87</A>&nbsp;&nbsp;<A=20
onclick=3D'return SetReplyAuhor("=E5=90=95=E9=9C=87=E5=AE=87")'=20
href=3D"http://www.cnblogs.com/zhenyulu/articles/675217.html#post">=E5=9B=
=9E=E5=A4=8D</A>&nbsp;&nbsp;<A=20
title=3D=E6=9F=A5=E7=9C=8B=E8=AF=A5=E4=BD=9C=E8=80=85=E5=8F=91=E8=A1=A8=E8=
=BF=87=E7=9A=84=E8=AF=84=E8=AE=BA=20
href=3D"http://www.cnblogs.com/comment?author=3D%e5%90%95%e9%9c%87%e5%ae%=
87"=20
target=3D_blank>=E6=9B=B4=E5=A4=9A=E8=AF=84=E8=AE=BA</A> <BR><A=20
id=3DAjaxHolder_Comments_CommentList_ctl00_DeleteLink=20
href=3D"javascript:__doPostBack('AjaxHolder$Comments$CommentList$ctl00$De=
leteLink','')"></A>&nbsp;&nbsp;<A=20
id=3DAjaxHolder_Comments_CommentList_ctl00_EditLink></A> =
</DIV></DIV><BR></DIV>
<DIV id=3DAjaxHolder_Comments_divRefreshComments=20
style=3D"FONT-SIZE: 12px; MARGIN-BOTTOM: 5px; MARGIN-RIGHT: 10px; =
TEXT-ALIGN: right"><A=20
id=3DAjaxHolder_Comments_refreshList=20
href=3D"javascript:__doPostBack('AjaxHolder$Comments$refreshList','')">=E5=
=88=B7=E6=96=B0=E8=AF=84=E8=AE=BA=E5=88=97=E8=A1=A8</A></DIV>
<STYLE>TD {
	FONT-SIZE: 12px
}
.commentTextBox {
	FONT-SIZE: 13px; FONT-FAMILY: Verdana
}
</STYLE>
<!--Beging Temp Save-->
<STYLE>.userData {
	BEHAVIOR: url(#default#userdata)
}
</STYLE>

<DIV class=3DuserData id=3DCommentsPersistDiv></DIV>
<SCRIPT type=3Dtext/javascript>
function pageLoad()
{
    =
Sys.WebForms.PageRequestManager.getInstance().add_initializeRequest(handl=
eInitializeRequest);
    =
//Sys.WebForms.PageRequestManager.getInstance().add_endRequest(handleEndR=
equest);
}

function handleInitializeRequest(sender, args)
{
    var prm =3D Sys.WebForms.PageRequestManager.getInstance();
    var eid =3D args.get_postBackElement().id;
    if (eid.indexOf("DeleteLink")>0)=20
    {
       args.get_postBackElement().innerHTML =3D "<font =
color=3D'red'>=E6=AD=A3=E5=9C=A8=E5=88=A0=E9=99=A4...</font>";        =20
    }   =20
    if (eid.indexOf("btnSubmit")>0)=20
    {
       =
document.getElementById("AjaxHolder_PostComment_ltSubmitMsg").innerHTML=3D=
"=E6=AD=A3=E5=9C=A8=E6=8F=90=E4=BA=A4...";
       =
document.getElementById("AjaxHolder_PostComment_btnSubmit").disabled =3D =
true;
      =20
    }   =20
  =20
}=09

function TempSave(ElementID)
{
	try
	{
	=
CommentsPersistDiv.setAttribute("CommentContent",document.getElementById(=
ElementID).value);
	CommentsPersistDiv.save("CommentXMLStore");
	}
	catch(ex)
	{
	}
=09
}
function Restore(ElementID)
{
	CommentsPersistDiv.load("CommentXMLStore");
	=
document.getElementById(ElementID).value=3DCommentsPersistDiv.getAttribut=
e("CommentContent");
}=09
		=09
		=09
</SCRIPT>
<!--Ene TempSave-->
<DIV class=3Dcommentform><SPAN id=3DAjaxHolder_PostComment_ltSubmitMsg=20
style=3D"COLOR: red"></SPAN><BR><A name=3DFeedback></A>
<TABLE cellSpacing=3D1 cellPadding=3D1 border=3D0>
  <TBODY>
  <TR>
    <TD width=3D75></TD>
    <TD></TD>
    <TD></TD></TR>
  <TR>
    <TD width=3D55>=E6=A0=87=E9=A2=98</TD>
    <TD><INPUT class=3Dcommenttb id=3DAjaxHolder_PostComment_tbTitle=20
      style=3D"WIDTH: 320px" value=3D"re: =
SharpICTCLAS=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(7)Opti=
mumSegment"=20
      name=3DAjaxHolder$PostComment$tbTitle></TD>
    <TD><SPAN id=3DAjaxHolder_PostComment_RequiredFieldValidator1=20
      style=3D"VISIBILITY: hidden; COLOR: =
red">=E8=AF=B7=E8=BE=93=E5=85=A5=E6=A0=87=E9=A2=98</SPAN></TD></TR>
  <TR>
    <TD>=E5=A7=93=E5=90=8D</TD>
    <TD><INPUT class=3Dcommenttb id=3DAjaxHolder_PostComment_tbName=20
      style=3D"WIDTH: 320px" name=3DAjaxHolder$PostComment$tbName></TD>
    <TD><SPAN id=3DAjaxHolder_PostComment_RequiredFieldValidator2=20
      style=3D"VISIBILITY: hidden; COLOR: =
red">=E8=AF=B7=E8=BE=93=E5=85=A5=E4=BD=A0=E7=9A=84=E5=A7=93=E5=90=8D</SPA=
N></TD></TR>
  <TR>
    <TD>=E4=B8=BB=E9=A1=B5</TD>
    <TD><INPUT class=3Dcommenttb id=3DAjaxHolder_PostComment_tbUrl=20
      style=3D"WIDTH: 320px" name=3DAjaxHolder$PostComment$tbUrl></TD>
    <TD><FONT face=3D=E5=AE=8B=E4=BD=93></FONT></TD></TR>
  <TR>
    <TD align=3Dleft colSpan=3D3>
      <TABLE class=3DCommentForm =
id=3DAjaxHolder_PostComment_tbCaptchaImage=20
      cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD colSpan=3D3><SPAN=20
            id=3DAjaxHolder_PostComment_Requiredfieldvalidator4=20
            style=3D"DISPLAY: none; COLOR: =
red">=E8=AF=B7=E8=BE=93=E5=85=A5=E9=AA=8C=E8=AF=81=E7=A0=81</SPAN> <SPAN =

            id=3DAjaxHolder_PostComment_lblImage=20
            style=3D"FONT-WEIGHT: bold; COLOR: red"></SPAN></TD></TR>
        <TR>
          <TD width=3D78>=E9=AA=8C=E8=AF=81=E7=A0=81</TD>
          <TD><INPUT id=3DAjaxHolder_PostComment_CodeNumberTextBox=20
            =
name=3DAjaxHolder$PostComment$CodeNumberTextBox>*&nbsp;&nbsp;<IMG=20
            =
src=3D"http://www.cnblogs.com/Modules/CaptchaImage/JpegImage.aspx?cacheid=
=3D20070323000324"></TD>
          <TD align=3Dleft></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD =
colSpan=3D3>=E5=86=85=E5=AE=B9(=E6=8F=90=E4=BA=A4=E5=A4=B1=E8=B4=A5=E5=90=
=8E,=E5=8F=AF=E4=BB=A5=E9=80=9A=E8=BF=87=E2=80=9C=E6=81=A2=E5=A4=8D=E4=B8=
=8A=E6=AC=A1=E6=8F=90=E4=BA=A4=E2=80=9D=E6=81=A2=E5=A4=8D=E5=88=9A=E5=88=9A=
=E6=8F=90=E4=BA=A4=E7=9A=84=E5=86=85=E5=AE=B9) <SPAN=20
      id=3DAjaxHolder_PostComment_RequiredFieldValidator3=20
      style=3D"VISIBILITY: hidden; COLOR: =
red">=E8=AF=B7=E8=BE=93=E5=85=A5=E8=AF=84=E8=AE=BA=E5=86=85=E5=AE=B9</SPA=
N><BR><TEXTAREA class=3DcommentTextBox =
id=3DAjaxHolder_PostComment_tbComment =
onkeydown=3D"ctlent(event,'AjaxHolder_PostComment_tbComment')" =
style=3D"WIDTH: 480px; HEIGHT: 220px" =
name=3DAjaxHolder$PostComment$tbComment rows=3D10 =
cols=3D50></TEXTAREA></TD></TR>
  <TR>
    <TD colSpan=3D3><SPAN id=3DAjaxHolder_PostComment_Message=20
      style=3D"COLOR: red"></SPAN></TD>
  <TR>
    <TD colSpan=3D3><INPUT id=3DAjaxHolder_PostComment_chkRemember =
tabIndex=3D-1=20
      type=3Dcheckbox CHECKED =
name=3DAjaxHolder$PostComment$chkRemember><LABEL=20
      for=3DAjaxHolder_PostComment_chkRemember>Remember =
Me?</LABEL></TD></TR>
  <TR>
    <TD height=3D23><INPUT id=3DAjaxHolder_PostComment_btnSubmit =
onclick=3D"TempSave('AjaxHolder_PostComment_tbComment');WebForm_DoPostBac=
kWithOptions(new =
WebForm_PostBackOptions(&quot;AjaxHolder$PostComment$btnSubmit&quot;, =
&quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" =
type=3Dsubmit value=3D=E6=8F=90=E4=BA=A4 =
name=3DAjaxHolder$PostComment$btnSubmit>=20
    </TD>
    <TD colSpan=3D2 height=3D23>&nbsp; <A =
id=3DAjaxHolder_PostComment_lnkLogin=20
      =
href=3D"http://www.cnblogs.com/login.aspx?ReturnURL=3Dhttp://www.cnblogs.=
com/zhenyulu/articles/675217.html&amp;SourceURL=3D/zhenyulu/articles/6752=
17.html">=E7=99=BB=E5=BD=95</A>&nbsp;&nbsp;<A=20
      id=3DAjaxHolder_PostComment_linkLoginComment=20
      =
onclick=3D"if(document.getElementById('AjaxHolder_PostComment_tbComment')=
.value !=3D '') return =
confirm('=E6=9C=AA=E6=8F=90=E4=BA=A4=E7=9A=84=E8=AF=84=E8=AE=BA=E5=86=85=E5=
=AE=B9=E5=B0=86=E4=BC=9A=E4=B8=A2=E5=A4=B1, =
=E4=BD=A0=E7=9C=9F=E7=9A=84=E8=A6=81=E8=BF=9B=E5=85=A5=E9=AB=98=E7=BA=A7=E8=
=AF=84=E8=AE=BA=E5=90=97?');"=20
      =
href=3D"http://www.cnblogs.com/zhenyulu/articles/675217.html?login=3D1#Po=
st">=E4=BD=BF=E7=94=A8=E9=AB=98=E7=BA=A7=E8=AF=84=E8=AE=BA</A>&nbsp;&nbsp=
;<A=20
      =
href=3D"http://www.cnblogs.com/RequireRegister.aspx">=E6=96=B0=E7=94=A8=E6=
=88=B7=E6=B3=A8=E5=86=8C</A>&nbsp;&nbsp;<A=20
      =
href=3D"http://www.cnblogs.com/zhenyulu/articles/675217.html#Top">=E8=BF=94=
=E5=9B=9E=E9=A1=B5=E9=A6=96</A>&nbsp;&nbsp;<A=20
      id=3DAjaxHolder_PostComment_lbRestore=20
      onclick=3D"Restore('AjaxHolder_PostComment_tbComment'); return =
false;"=20
      =
href=3D"http://www.cnblogs.com/zhenyulu/articles/675217.html#Post">=E6=81=
=A2=E5=A4=8D=E4=B8=8A=E6=AC=A1=E6=8F=90=E4=BA=A4</A>&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;=20
    </TD></TR>
  <TR>
    <TD =
colSpan=3D3>[=E4=BD=BF=E7=94=A8Ctrl+Enter=E9=94=AE=E5=8F=AF=E4=BB=A5=E7=9B=
=B4=E6=8E=A5=E6=8F=90=E4=BA=A4]</TD></TR>
  <TR>
    <TD colSpan=3D3 height=3D5>
      <DIV id=3DdivRelativePosts>=E7=9B=B8=E5=85=B3=E6=96=87=E7=AB=A0:=20
      <UL style=3D"MARGIN-TOP: 0px">
        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl01_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/675218.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(8)=E5=85=B6=E5=AE=
=83</A>=20

        <LI style=3D"DISPLAY: none; LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl02_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/675217.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(7)OptimumSegment<=
/A>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl03_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/673650.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(6)Segment</A>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl04_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/672442.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(5)NShortPath-2</A=
>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl05_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/669795.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(4)NShortPath-1</A=
>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl06_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/668695.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(3)DynamicArray</A=
>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl07_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/668035.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(2)=E5=88=9D=E6=AD=
=A5=E5=88=86=E8=AF=8D</A>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl08_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/668024.html">SharpICTCLA=
S=E5=88=86=E8=AF=8D=E7=B3=BB=E7=BB=9F=E7=AE=80=E4=BB=8B(1)=E8=AF=BB=E5=8F=
=96=E8=AF=8D=E5=85=B8=E5=BA=93</A>=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsList_ctl09_Hyperlink1=20
        =
href=3D"http://www.cnblogs.com/zhenyulu/articles/667359.html">=E5=AE=9E=E7=
=8E=B0ICTCLAS=E5=88=B0C#=E5=B9=B3=E5=8F=B0=E7=9A=84=E7=A7=BB=E6=A4=8D</A>=
=20

        <LI style=3D"LIST-STYLE-TYPE: none"><A=20
        =
id=3DAjaxHolder_PostComment_ctl06_RelativePostsLis

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -