说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 语法分析
1)  syntax analysis
语法分析
1.
Design of the System for Syntax Analysis Based on Improved BackPropagation Networks;
基于改进的BP网络的语法分析系统设计
2.
A top-down syntax analysis method based on recursion;
一种基于递归算法的自顶向下语法分析方法
3.
A priority of handling syntactic bracket and grammar character is needed in operand__first syntax analysis.
算符优先语法分析过程中要处理句型分界符与文法终结符之间的优先关系 ,但这类优先关系不能由现有的构造算符优先表的算法直接得到。
2)  Grammatical analysis
语法分析
1.
This paper is an effort to illustrate with examples the problems concerning the understanding of various grammatical structures in the English-Chinese translations,and to formulate the importance translators should place upon the grammatical analysis so as to guarantee the accuracy of translation.
语法分析是英汉翻译表达过程中势必遇到并应处理好的一个问题。
2.
The grammatical analysis disagreeable with logic can not be considered as scientific analysis.
逻辑是思维的规律,语言是思维的形式,二者是里表相依的,因而语法分析必须以逻辑事理为基础,才能给各语法单位以科学的定义,划清各类语法单位内部的界限;提出它们合乎客观实际的结构规则。
3)  grammar analysis
语法分析
1.
The model is suitable for popular LR grammar, then a high-efficient approach to the grammar analysis has been introduced after Petri net is (constructed).
在LR分析法理论的基础上,利用Petri网为语法分析这个庞大的系统建模,所建模型适用于广泛流行的LR文法,为语法分析提供了一种更为高效的途径,实现了基于Petri网建模的语法分析
2.
Correctness in grammar analysis makes a translation accurate while accuracy in semantic comprehension renders a translation coherent.
从英译汉的角度 ,用较多的实例论证并得出了如下结论 :英语表示否定的语法手段和汉语有很大的差异 ,只有语法分析无误才能译对 ,语义理解准确才能译通。
3.
The automatic generation of military instruction is mainly concentrated with Chinese lexical analysis, grammar analysis, and instruction coding.
作战指令的自动化生成主要涉及到汉语分词技术、语法分析和代码生成。
4)  parsing [英][pɑ:z]  [美][pɑrs]
语法分析
1.
Useful parsing design method of SCPI;
一种实用的SCPI语法分析设计方法
2.
Expanded Algorithms of Parallel Context-free Recognition and Parsing on a PRAM Model;
基于PRAM模型的CFGs并行识别与语法分析的扩充算法
3.
Bottom-up parsing implementation with recursive descendent method;
用递归下降方法实现自底向上的语法分析
5)  syntax parsing
语法分析
1.
Using the determinate information,a new syntax parsing algorithm that needed no POS disambiguation was proposed.
利用这些确定信息,提出一个不经过词性消歧的直接语法分析算法:首先分析确定的信息,减少搜索空间,获得更多确定信息,并不断利用已有的信息进行深入的分析,最终导出正确的分析结果。
6)  syntactic analysis
语法分析
1.
Syntactic analysis is the core .
在本文中主要讨论了使用YACC工具Parser Generator实现windows系统下的TTCN-3编译系统的语法分析器。
补充资料:语法分析


语法分析
syntax analysis, parsing

yufa fenxi语法分析(syntax analysis,p毗ing)按语言的语法规则分析和处理由词法分析程序产生的词牌流并转换成语法分析树的过程。 程序设计语言的语法一般是上下文无关文法,即chi】朋kyZ型文法。通常采用BNF或语法圈来描述。 语法分析是编译过程的一个阶段,其输人为词牌流,输出为语法分析树的某种表示及有关信息。有些编译程序,在语法分析过程中除对源程序进行语法检查外,还进行静态语义检查。当检查中发现不符合规则的情况时,系统应指明错误的性质和可能的错误位置,以供用户改错时参考。 实现语法分析的算法有多种,如算符优先法、递归下降法和LR法等。其中一类为自顶向下分析方法,即从树根(程序)向树叶(即终结符)方向进行分析。递归下降法是一种典型的自顶向下分析方法。另一类为自底向上分析方法,即从树叶向树根方向进行归约。算符优先法是一种典型的用来处理表达式的自底向上分析方法。LR分析法可以认为是自左至右、自底向上的移进一归约分析的高度概括和集中,它比算符优先法或其它“移进一归约”技术更加广泛,而且识别效率并不比它们差。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条