搜索资源列表
englishparsing_src
- 英语句子自然语言处理统计分析例子 Statistical parsing of English sentences Shows how to generate parse trees for English language sentences using a C# port of OpenNLP, a statistical natural language parsing library.-English sentence natural language processing
ExtractSentence
- 本程序用vc编写,主要用于自然语言处理中的预处理部分的从段落获取句子代码-the procedures used to prepare vc, mainly for the natural language processing part of the pretreatment access sentence paragraphs from the code
mallet-0.4.tar
- mallet是自然语言处理、机器学习领域的一个开源项目。-mallet is a natural language processing, machine learning areas of a revenue item.
SentenceMatching
- 自然语言处理句子匹配算法,一个用C语言编写的程序
STRAIGHT语音分析与合成技术
- 近几年来,在自然语言处理、信号处理、随机过程处理等方法的推动下,语音分析与合成技术获得了很大的发展,突破了传统的单纯语音计算算法的研究。情感语音分析与合成的研究,适应了语音技术的未来发展趋势,由于它能够很好的将语音的口语分析、情感分析与计算机技术有机的融合,为实现以人为本,具有个性化特征的语音合成系统,奠定基础。-STRAIGHT[1] is a high-quality speech analysis, modification and synthesis system based on a
准确率召回率及f值的计算源码
- 准确率召回率及f值的计算源码,本代码主要用于上述三个数值的计算,主要针对自然语言处理领域检索结果。-the values of the F and the values of Recall and the precession 。the program is offen used in the area of NLP .
stanford-parser-2010-11-30
- 斯坦福句法分析工具包,含Java源码和说明手册,适合初次使用Stanford句法分析器做自然语言处理的同学。-stanford-parser-2010-11-30, with source code and manual, for natural language processing
kwic
- 简单的txt文本搜索程序。能够从指定的txt文档中搜索特定单词并生成其KWIC。此程序为《统计自然语言处理基础》习题1.6第7题答案。-Simple search program for certain word in a txt file. It can find out specific word in a txt file and generate its KWIC. This program can serve as the answer of practice 1.6.7 of "Fo
extract_document
- 这是一个提取 Reuter-21578 的程序, 用做自然语言处理, 文本分类聚类,和信息检索的测试集!-This is an extract of the Reuter-21578 procedure, used for natural language processing, text classification clustering, and information retrieval test collection!
Temporal
- 时序数据挖掘,对于学习自然语言处理的人非常有用-Time-series data mining, natural language processing for the study are very useful
wordppl
- 自然语言处理,对字段进行歧义区分,最后输出歧义字段。-Natural language processing, ambiguity on the field to distinguish the final output of ambiguities.
SVM
- 介绍支持向量机的入门好东东~支持向量机是机器学习的一部分~主要用于自然语言处理方面~-This ebook is useful to many people who want to learn SVM.
FudanNLP-1.05
- fudanNLP自然语言处理1.5开源包,用于自动分类,文档摘要,语义分析等-fudan NLP
自然语言处理综论中文版
- NLP入门好书籍, 覆盖面很广,介绍的很好。(NLP introduction, a great book to read for NLP beginner. Lots of sections are covered.)
语音识别概论
- 然语言处理方面的一本入门书,是中文的,而且使用python写的(However, an introductory book on language processing is in Chinese, and is written in Python)
中文信息处理发展报告cips2016
- 中文信息处理报告,综述性文章,有较强的学习意义。(The Chinese information processing report, the summary article, has the strong learning significance.)
crfStudy
- CRF学习 语言标注 自然语言处理 分类属性标注信息学习(CRF learning language annotation Natural Language Processing classification attribute annotation information learning)
统计自然语言处理-刘挺
- 机器学习实战,主要关于推荐系统,聚类分析,使用语言为python(maching learning in action)
用Python进行自然语言处理(中文)
- 本书提供了非常易学的自然语言处理入门介绍,该领域涵盖从文本和电子邮件预测过滤,到自动总结和翻译等多种语言处理技术。在本书中,你将学会编写Python程序处理大量非结构化文本。你还将通过使用综合语言数据结构访问含有丰富注释的数据集,理解用于分析书面通信内容和结构的主要算法。(This book provides a very easy to learn introduction to Natural Language Processing, which covers a variety of la
合工大自然语言处理报告代码
- 四、中文词法分析系统 1、实验要求 语料库:1998-01-2003版-带音.txt 要求:根据构建的单词词典和双词词典,用n-gram模型,或者前向最长匹配,或者后向最长匹配等算法,鼓励用更复杂一些的方法来进行,包括隐马尔科夫模型和条件随机场模型。 二、宋词自动生成 1、实验要求 语料库:ci.txt 要求:输入词牌,基于宋词的词典和宋词的词牌,可以随机或者按照语言模型,自动生成宋词。设计相应的Ui或者Web界面。 实现了隐马尔科夫模型分词