搜索资源列表
ASP.NET与Web Service实例剖析中文版
- ASP.NET与Web Service实例剖析中文版 ASP.NET与Web Service实例剖析中文版-ASP.NET and Web Service Case analysis with the Chinese version of ASP.NET Web Service Case Analysis Chinese version
maxent-20041229[1].win32
- 文本分析中基于统计的方法中,最为常用的最大熵算法,该源码为Python版,广泛应用于词性标注,词义消岐等领域-text analysis based on statistical methods, the most commonly used of maximum entropy algorithm, the source code for Python version, widely used in tagging, Meaning Consumers divergent fields
ictclas_Source_Code
- 计算所汉语词法分析系统ICTCLAS介绍 词是最小的能够独立活动的有意义的语言成分。 但汉语是以字为基本的书写单位,词语之间没有明显的区分标记,因此,中文词语分析是中文信息处理的基础与关键。为此,我们中国科学院计算技术研究所在多年研究基础上,耗时一年研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),该系统的功能有:中文分词;词性标注;未登录词识别。分词正确率高达97
SQLET_split
- 另外一个中文分词程序,采用的是可显示的字典,可供大家分析-another Chinese word segmentation procedures, the show is the dictionary for our analysis
word-findANDcount
- 这是一个原创的文章信息自动标引和分类小程序。可以用于文本分析。功能还在不断完善中:)-This is an original article automatic indexing and classification of small programs. Text analysis can be used. Capabilities are also constantly perfected :)
词法分析程序
- 词法分析程序,可以在visualc++中运行-lexical analysis procedure can be run in visualc
SharpICTCLAS
- Sharp ICTCLAS分词系统,对ICTCLAS分词系统进行了详尽的分析,并将代码移植到C#。-Sharp ICTCLAS segmentation system, right ICTCLAS segmentation system for a detailed analysis, and code to C# transplantation.
ICTCLAS_Source_Analysis
- 对ICTCLAS源码进行了详尽的分析,对系统的理解相当有帮助。-right ICTCLAS source for a detailed analysis to understand the system very helpful.
AutoSummary-0.1.0a-src.tar
- AutoSummary uses Natural Language Processing to generate a contextually-relevant synopsis of plain text. It uses statistical and rule-based methods for part-of-speech tagging, word sense disambiguation, sentence deconstruction and semantic anal
02824227胡英飞-中值滤波
- 这是关于图像处理中滤波的一种算法,其中包含源码和验证的过程以及分析,使用MFC实现的-this is about image processing filter algorithm, which contains source and certification process and the analysis, the use of the MFC
html-txl 基于html的通讯录的源代码
- 基于html的通讯录的源代码,附加一些解析和分析-Html-based address book source code, some of the parsing and analysis of additional
WCDMA.rar
- WCDMA频带中GSM干扰信号的抑制技术研究 分析了WCDMA与GSM进行同频传输的可行性,WCDMA in GSM band interference suppression signal analysis to the WCDMA and GSM frequency transmission with the possibility of
lindatanetwork1.rar
- 主要是数据挖掘中的文本挖掘算法及其分析,其中包括层次聚类,空间向量模型等,处理对象有对于网页的也有针对纯文本的。,Mainly in data mining and analysis of text mining algorithms, including hierarchical clustering, vector space model to deal with subjects of the pages are for plain text.
windows_c_32.rar
- 中国科学院的最新版本的中文分析程序,可以进行分词、词性标注等,The latest version of the Chinese Academy of Sciences of the Chinese language analysis procedures, can be sub-word-of-speech tagging, etc.
OptionWord
- 分析word的例子程序,打开关闭word,操作字体,设置页眉页脚等-Analysis of examples of word process, open the turn off word, operating fonts, header, footer and other settings
ICTCLAS-learning-notes
- 这篇文档会对想要深入学习中文分词的同志有所帮助,通过详细具体地分析现在一款非常热的ICTCLAS源码,能够让读者在阅读后能自己开发改进分词工具。-This document will want to thoroughly study Chinese word comrades help, through detailed and specific analysis of a very hot now ICTCLAS source code, to allow readers will be ab
Source_Code
- 中文分词系统分析库,可以对UTF8表述的中文文字进行分词操作, 支持外挂的词库和手动干预(回调方式)的加权处理。 可用于搜索引擎的基础分词开发-Chinese word segmentation system analysis libraries, can be expressed UTF8 Chinese text segmentation operation, support plug and manual intervention in the thesaurus (callback me
random_walker_matlab_code
- The random walker algorithm was introduced in the paper: Leo Grady and Gareth Funka-Lea, "Multi-Label Image Segmentation for Medical Applications Based on Graph-Theoretic Electrical Potentials", in Proceedings of the 8th ECCV04, Workshop on Compute
doSearch
- 改写的小爬虫,希望大家多提意见,怎样使它下载的网页解析得更好-Rewrite small reptiles, I hope everybody do so, how to download web pages to make it a better analysis
Lucene.Net.Analysis.Cn
- Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅