搜索资源列表
TaskVision
- 一个管理系统,可以帮助您轻松学习C#,成为编程高手-a management system that can help you easily learn C#, as programming experts
ictclas_Source_Code
- 计算所汉语词法分析系统ICTCLAS介绍 词是最小的能够独立活动的有意义的语言成分。 但汉语是以字为基本的书写单位,词语之间没有明显的区分标记,因此,中文词语分析是中文信息处理的基础与关键。为此,我们中国科学院计算技术研究所在多年研究基础上,耗时一年研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),该系统的功能有:中文分词;词性标注;未登录词识别。分词正确率高达97
ful2hlf
- 将文本中的全角转变为半角,供后续使用。主要可以用于对网页内容的预处理。-text of the entire half-angle of the angle changes for the use of follow-up. The main website can be used as pretreatment.
kalmanfiler11
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
IdionLink
- 一个成语接龙的PERL程序,由电脑自动出成语,然后用户根据成语的最后一个字进行接龙,如接不上,可选择由电脑给出-an idiom of PERL procedures out automatically by a computer idiom, Then users under the idiom of the final Solitaire for a word, such as whether or not, given the option of having a computer
JSP__Partition
- 利用java实现jsp的分页,可以作为实际的组块,应该是比较有用的,欢迎下载!-use java achieve jsp Pagination, as the actual block, it should be a more useful, welcome to download!
HMM_code
- 经典的HMM算法的代码!以在文本中的应用为例,给出HMM的源码。使用C语言。-classic HMM algorithm code! In the text to the application as an example, HMM source. The use of C language.
TextPreProcessing
- 现代汉语预处理程序源码含断句、删除空格等-pretreatment procedures Modern Chinese Sentences containing source, such as the deletion of the blanks
shuru
- 两种有用的输入法,可以作为平台资源受限的开发人员的参考。-two useful input method can be used as the platform for resource-constrained developing a reference.
WebCrawler
- A web crawler (also known as a web spider or web robot) is a program or automated scr ipt which browses the in a methodical, automated manner. Other less frequently used names for web crawlers are ants, automatic indexers, bots, and worms (Kobaya
baoshu
- M个人排成一排,一次报数,报到N的人出列。剩下的人继续报数,并以出列的人的编号作为新的N值,知道所有的人都依次出列。给出每一轮出列的人和剩下的队列信息。 人数:10 出列数:3 1 2 3 4 5 6 7 8 9 10 3/4 5 6 7 8 9 10 1 2 9/10 1 2 4 5 6 7 8-M individuals lined up a few reported, the report from the N series. The remaining few reported cont
Article_src
- AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++)
成绩单
- 在汇编环境下打印成绩单,好象不太随人心意,哈哈。-in the compilation environment Print paper, it did not seem as one wishes, ha ha.
pymmseg-cpp-win32-1.0.1.tar.gz
- 基于python的中文分词程序,易用性高,可以作为接口直接在python程序中使用,Python-based Chinese word segmentation process, ease of use high, can be used as interface directly in the python program to use
mobile.zip
- 这是一个发送手机短信的PDU编码,此外,里面还包含获取短信中心号码等功能。,This is a cell phone to send the PDU encoded message, in addition, which also includes access to features such as message center number.
stopwords.rar
- 中文词的停用词表,可以作为中文信息处理中停用词删除的索引词典使用。,Chinese Vocabulary words out, Chinese information processing can be used as stop words in the dictionary using the index to delete.
Chinese-Segmentation.rar
- 自己编写的中文分词源程序,用vc++编写,附有完整的文档,以及标准的分词数据库,I have written the source code of the Chinese word segmentation, using vc++ to prepare, with complete documentation, as well as sub-standard speech database
zitidaquan
- 文字大全,是用于各种文字编辑,例如:宋体 新宋体-Text Guinness, is used for a variety of text editor, such as: Times New Roman Times New Roman, etc.
utf8_v2_3_1
- 你是否遇到使用C++编程时汉字不能操作的问题?有时候是因为其编码,比如XML,很多就是utf8编码。这个是使用C++操作utf8的类库。-Have you encountered when using C++ programming problems of Chinese characters can not operate? Sometimes, because of its encoding, such as XML, a lot is utf8 encoding. This is usin
ChineseSplit
- 一个基于VB.NET开发的中文分词及关键词提取系统,采用双向最大匹配、词频统计、快速排序等算法实现。-VB.NET developed based on Chinese word segmentation and Key Extraction System, the largest two-way matching, word frequency statistics, such as quick sort algorithm.