搜索资源列表
opennlp-tools-1.3.0
- 自然语言处理领域的一个开发包,不是很大,结构设计很好。下载后需要将后缀改成.tgz然后解压缩。-natural language processing area of a development package, is not large, very good structural design. After downloading the need to change the suffix. Tgz then decompress.
CRF1-2
- CRF1.2,条件随机场软件包,很好用很流行的一个文本分类软件,可以用于自然 语言的处理,标签,分类,词性发现,用户只需要着重构造特征函数既可以,实验结果和应用表明crf要优于隐马尔科夫模型。实现环境为java语言。-CRF1.2, conditions package with the airport, very good very popular with a text classification software, can be used in natural language proc
j_12892_web
- 简介:本系统是一个基于工厂模式的三层架构项目,基于VS2005 开发,结构简洁,配合动软Codematic代码生成器,可以使开发效率事半功倍,倍感轻松。-Introduction: This system is a factory-based model projects a three-tier system, based on the VS2005 development, structural simplicity, coupled with dynamic soft Codematic
parsing
- 句法分析(syntactic parsing)的任务就是识别句子的句法结构(syntactic structure)。在自然语言处理领域,句法分析的目标是实现高正确率、高鲁棒性、高速度的自动句法分析过程。 但是该问题的困难在于自然语言中存在大量的结构歧义(structural ambuguity)。例如:I saw a boy in the park.这句话有两种可能的句法分析方法:1、[I saw a boy] in the park.2、I saw a [boy in the park].语