搜索资源列表
cky
- 是加强系统功能,可以让系统运行的更快,包含源代码,在压缩包中
Naive_Bayes.rar
- 实现基本的朴素贝叶斯分类算法,用以将图片按照一定要求分类,To achieve the basic Naive Bayesian classification algorithm for the image classification in accordance with certain requirements
CKY
- 加入概率的CKY句法分析器 含有前面三步对于CFG到CNF的转换 规则来自《自然语言处理综论》-Adding the probability of CKY Parser contains three steps in front of the CFG to CNF conversion rules from the " facets of natural language processing"
cky
- 工作簿管理系统,我们项目组大二上学期的作业,珍藏版,今天好高兴,因为从这里下到了现在很需要的东东"_"_"_",就拿出来这个工作簿管理系统给大家分享,它实现了登录用户账户权限控制:管理员和普通用户,GUI界面,上传和下载日志,添加普通用户和管理员,用户信息的保存和修改等功能。另外里面的grcc文件是数据库文件,要自己导入。-Workbook management system, we project team his sophomore year of operation, Special Ed
CKY
- CYK parser using perl
cky
- 语义理解,语法分析强力算法,大力金刚烷-eqeqc sfs fsfsfs gssdfsd
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].语