搜索资源列表
Language863
- 1.本树库是中科院计算所在承担863项目“通用机器翻译开发平台与汉英机器翻译系统”(1996-1998)期间,与北京大学计算语言学研究所联合开发汉英机器翻译系统时所产生的; 2.本树库的知识产权归中国科学院计算技术研究所拥有,本树库的发布遵循“自然语言处理开放资源许可证”; 3.本树库由刘颖博士在完成博士论文期间,根据机器翻译系统开发时产生的调试数据整理而成; 4.本树库中提供的文档appendix.rtf是刘颖博士的博士论文附录,刘颖博士的博士论文为: 刘颖,规则方法和统计方
Oasis(Beta)
- 解码器是基于短语的统计机器翻译系统的核心模块,本解码器是“丝路”1.0 版(SilkRoad V1.0)中由哈尔滨工业大学开发的“绿洲Oasis”解码器。研究统计机器翻译的研究者必备。-decoder is based on the weight of statistical machine translation system's core module, The decoder is the "Silk Road", Version 1.0 (V1.0 SilkR
CAMEL
- 解码器是基于短语的统计机器翻译系统的核心模块,本解码器是“丝路”1.0 版(SilkRoad V1.0)中由中科院计算所开发的“骆驼CAMEL”解码器。研究统计机器翻译的研究者必备。-decoder is based on the weight of statistical machine translation system's core module, The decoder is the "Silk Road", Version 1.0 (V1.0 SilkRo
moses-2007-01-10
- 解码器是基于短语的统计机器翻译系统的核心模块,本解码器MOSE由SMT权威开发的解码器。研究统计机器翻译的研究者必备。,-decoder is based on the weight of statistical machine translation system's core module, MOSE the decoder developed by the authority of the SMT decoder. Study of statistical machine tra
CARAVAN
- 解码器是基于短语的统计机器翻译系统的核心模块,本解码器是“丝路”1.0 版(SilkRoad V1.0)中由厦门大学开发的“商队Caravan”解码器。研究统计机器翻译的研究者必备。-decoder is based on the weight of statistical machine translation system's core module, The decoder is the "Silk Road", Version 1.0 (V1.0 SilkRo
英汉机器翻译中基于目标语同现的词
- 机器编者老大哥霜无可厚非-machines editor elder brother cream understandable
chartParsing
- 该段代码实现了chartparsing算法, 这是机器翻译中极其经典的一个算法-This code implements chartparsing algorithm, which is machine translation algorithm for a very classical
FMM
- 刚上文机器翻译课,自己写的一个简单的正向最大匹配分词-Just above machine translation classes, wrote it myself being a simple maximum matching segmentation
translation
- 计算机英汉机器翻译系统中的英语词性标注方法实现-Computer English-Chinese machine translation system of English speech tagging method
machinetranslate
- 一本关于机器翻译的书!(在国内应该还算不错的吧)-On a machine translation of the book! (At home it should be pretty good)
SAMT
- SAMT实现了蒋伟提出的层次短语翻译模型,他建立在短语翻译模型基础之上,在2005年的机器翻译评测大赛中取得了较好的成绩。-SAMT has raised the level of the phrase translation model that he built on the basis of the phrase translation model, in 2005, evaluation of machine translation competition has achieved fa
pos
- 用c++实现了词性标注功能 ,这是机器翻译过程中极其初级的一部-Achieve part of speech tagging functionality
machinetranslation
- 这是用c编写的机器翻译代码,包括分词,交叉测试,计算测试时间,希望对大家有帮助-This is written in machine translation with c code, including word segmentation, cross-testing, test time calculations, we want to help
NLU
- 内容很多,包括文本分类、机器翻译、自然语言理解、搜索引擎、词法分析等资料-A lot of content, including text classification, machine translation, natural language understanding, search engine, lexical analysis, etc.
tm
- 在文本挖掘领域中,**文本自动分类,判同,情感分析是文本挖掘比较常见的应用** 。***文本分类技术主要应用***在百度新闻,谷歌新闻等新闻网站,对新闻内容进行自动分类,并且实现根据用户专业倾向的文档推荐;搜索引擎去重,论文抄袭判别系统等。***情感分析技术主要应用***在电商评论分析系统,政府和媒体舆情监测系统等。***语意理解技术应用***在机器翻译、聊天机器人等。