当前位置:
首页 资源下载
搜索资源 - Syntactic analysis
搜索资源列表
-
0下载:
(1)可选择不同的规则集(用普通文本文件存贮规则)。
(2)利用VC TreeCtrl控件显示分析得到的句法结构树。
(3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。
(4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析
“学习/verb 文件/noun”
这样的例子时结果就不同:
-(1)
-
-
0下载:
1. 先打开规则库,读入规则集 (可比较两个规则文件rule1.txt 和 rule2.txt的差异)
2. 选择经过分词和词性标注的文件,进行句法分析
3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg
4. 分析结束后,同时产生一个新的规则文件,后缀名为.new, 可以观察规则概率值和期望次数的变化
5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。-1. Accounting rules to open, read the r
-
-
0下载:
这是句法分析系统的原代码,可以用于人工智能的各各方面,比如输入法、段词分词程序的进一步补充、语音识别等各方面!-This is the syntactic analysis system source code, which can be used across a diversity of artificial intelligence, such as the input method, word of the Word of the procedures further added, vo
-
-
0下载:
编译原理课程设计,没有课程设计的报告,关于句法分析的。-compiler theory curriculum design, no curriculum design, report on syntactic analysis.
-
-
0下载:
一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
-
-
0下载:
句法分析器的一个Windows可执行文件,其用法:1. 先打开规则库,读入规则集 (规则文件放在 \rule目录下)
2. 选择经过分词和词性标注的文件,进行句法分析 (测试文件放在 \test目录下)
3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg
4. 可以观察规则概率值和期望次数的变化
5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。
-Parser a Windows executable file, its us
-
-
0下载:
伯克利的语法分析器的创建工具 -Creator for Berkeleys syntactic analysis
-
-
0下载:
正则表达式相关内容的初步探索,涉及相应的原理论述以及实现方案(源码),是研究句法分析的重要参考资料.-Regular expression content of the initial exploration, the corresponding principle involved, as well as on the realization of the program (source code), syntactic analysis is to study an important re
-
-
0下载:
Entries responsible cried text in French
Operation to lexical syntactic and semantic analysis with the help of a database that contains grammatical French words
Outputs:
Every word of text is grammatical information and grouping of words xml
-
-
0下载:
上下文无关句法分析器,很好用,对于中文信息处理的句法分析很有帮助-Context-free parser, easy to use, for Chinese information processing, syntactic analysis is helpful
-
-
0下载:
自己设计实现的简单语言的词法分析和语法分析-lexical analysis and syntactic analysis
-
-
0下载:
一个简单的包括词法、语法、语义分析的编译器,只能识别简单的表达式,方法LR(1)-A simple compiler, including lexical, syntactic, semantic analysis can only recognize the simple expression method LR (1)
-
-
0下载:
编译原理课程设计,词法分析,语法分析,语义分析等。-Compilation principle course design, lexical analysis, syntactic analysis, semantic analysis, etc.
-
-
0下载:
设计并实现一个简单的编译器。该编译器能够从文件读取程序代码,通过词法分析、语法分析、语义分析等步骤输出四元式-Design and implement a simple compiler.The compiler can read from the file program code, through lexical analysis, syntactic analysis, semantic analysis steps such as the output type four yuan
-
-
0下载:
编译原理实验报告
实验二:语法分析器
设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析的理解掌握以及高级语言语法结构的定义,掌握语法分析的常用方法-Compile report principle experiment Experiment two: parser design, compilation, debugging a lexical analysis routines- to recognize words, to deepen the understandin
-
-
0下载:
HanLP是一个致力于向生产环境普及NLP技术的开源Java工具包,支持中文分词(N-最短路分词、CRF分词、索引分词、用户自定义词典、词性标注),命名实体识别(中国人名、音译人名、日本人名、地名、实体机构名识别),关键词提取,自动摘要,短语提取,拼音转换,简繁转换,文本推荐,依存句法分析(MaxEnt依存句法分析、神经网络依存句法分析)。-HanLP is a dedicated to popularize NLP technology to production environment of
-
-
0下载:
VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析-VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis
-
-
1下载:
VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析-VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis
-
-
0下载:
VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
-
-
1下载:
VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析(VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis)
-