捐赠 | 广告 | 注册 | 发布 | 上传 | 关于我们    
  沪ICP备05001939号 DELPHI盒子 | 盒子论坛 | 盒子文章 | 盒子问答悬赏 | 最新更新 | 论坛检索 | 下载中心 | 高级搜索    
  精品专区 | 繁體中文 | 奖励公告栏 | 直通车账号登陆 | 关闭GOOGLE广告 | 临时留言    
 
广告
评论:SCWS中文分词系统Delphi接口封装(含字典和动态链接库)
hackering 311884 2015/1/29 12:20:02
DELPH7+win7
下测试无用
ouweining 88523 2014/3/30 9:24:42
XE5下测试也有问题,取出不完整...谁能教一下,如何取完整.谢谢!
5xiaoxi2 77604 2014/1/2 14:06:16
下不了,没火柴
isxuzhu 46270 2013/5/19 0:15:15
XE4测试结果显示有问题,取出不完整
isxuzhu 46018 2013/5/3 20:42:38
下不了,没火柴
hackermo 45861 2013/4/25 14:15:20
我测试每次Parse只能分255个字符?
winniez 45822 2013/4/19 15:08:21
var
  tmpclass: libscws.TSCWSWordParser;
  tmpresult: libscws.TSCWSResult;
  tmpstring: string;
begin
  tmpstring := Edit1.text;
 
  tmpclass := TSCWSWordParser.Create();
  tmpresult := TSCWSResult.Create();
  tmpclass.AddDict('D:\scws_Delphi1.2.1\dictionary\dict.utf8.xdb', false);
  tmpclass.Duality := true;
  tmpclass.MultiModes := [mcmDuality]; // ,mcmShort,mcmZMain, mcmZAll ,
  tmpclass.Charset := 'utf8';
  tmpclass.RuleFile := 'D:\scws_Delphi1.2.1\dictionary\rules.ini';
  tmpresult := tmpclass.Parse(tmpstring);

  while not tmpresult.Eof do
  begin
    self.momresult.Lines.Add(tmpresult.text);
    tmpresult.Next;
  end;
  tmpclass.Free;
  tmpresult.Free;
ihvte 45782 2013/4/14 1:14:57
测试了一下。简单使用还行吧
ozhy1 45779 2013/4/13 16:47:19
无实例 不知如何用
doremi 45776 2013/4/12 15:56:00
看起来不错
第一页 上一页 下一页 最后页 有 10 条纪录 共1页 1 - 10
 用户名:
 密 码:
自动登陆(30天有效)
 
  DELPHI盒子版权所有 1999-2023 V4.01 粤ICP备10103342号-1 更新RSS列表