搜索资源列表
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.
准确率召回率及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
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!
SVM
- 介绍支持向量机的入门好东东~支持向量机是机器学习的一部分~主要用于自然语言处理方面~-This ebook is useful to many people who want to learn SVM.
FudanNLP-1.05
- fudanNLP自然语言处理1.5开源包,用于自动分类,文档摘要,语义分析等-fudan NLP
Natural.Language.Processing
- 基于图形的自然语言处理算法和数据挖掘研究, 国外经典书籍。-Graph-based Natural Language Processing and Information Retrieval Mihalcea Radev CUP 2011
natural-language-processing
- 自然语言处理词性还原器 将英文单词还原成原型-Natural language processing to restore part of speech is reduced to a prototype of the English word
NLP
- 中文自然语言处理 人物职称识别 根据统计学方法来识别 通过语法 寓意 语用来加以处理- Through the studies on the knowledge of modern Chinese such as grammar,syntax,semante- me,pragmatic,the internal regularity is discovered and the collections are considered to be the organic compositions
810000-words-in-dict---ok2
- 自然语言处理的词典, 整理后的 ,-Natural language processing, dictionary, finishing
Lexical-semantic-HowNet
- 研究自然语言处理的同学可以看一下,挺好的一篇论文关于语义相似度的计算-The study of natural language processing, the students can look very good essay on the calculation of semantic similarity
DFA
- 有限自动机的实现,可用于固定序列匹配,自然语言处理中的词干提取,词缀切分等-The realization of finite automata can be used for fixed sequence matching, natural language processing stemming, affixes cut grading
nlu_project
- 采用机器学习的方法进行自然语言处理,对中文进行分词和词性标注。分词采用crf模型,词性标注用hmm模型,解码算法为Vertibi算法。本系统使用java语言编写-Using machine learning methods for natural language processing, carried out on the Chinese word segmentation and POS tagging. Segmentation using crf model, tagging with
语音识别概论
- 然语言处理方面的一本入门书,是中文的,而且使用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)
合工大自然语言处理报告代码
- 四、中文词法分析系统 1、实验要求 语料库:1998-01-2003版-带音.txt 要求:根据构建的单词词典和双词词典,用n-gram模型,或者前向最长匹配,或者后向最长匹配等算法,鼓励用更复杂一些的方法来进行,包括隐马尔科夫模型和条件随机场模型。 二、宋词自动生成 1、实验要求 语料库:ci.txt 要求:输入词牌,基于宋词的词典和宋词的词牌,可以随机或者按照语言模型,自动生成宋词。设计相应的Ui或者Web界面。 实现了隐马尔科夫模型分词