词法

cí fǎ
  • morphology;accidence
词法词法
词法 [cí fǎ]
  • [morphology] 语法内容之一,包括词的构成、组合,词形变化等内容

词法[cí fǎ]
  1. Internet实时浏览翻译系统中的词法分析模型

    Morphology Analysis Model for Internet Real-time Browsing Translation System

  2. 最后,为agent语言设计并实现了一个预编译器,本文作者主要承担该预编译器的词法分析器与语法分析器的设计与实现。

    At last , we designs and implements a pre-compiler for the agent language . My work in the task focused on the design and implementations of the morphology analyzer and the grammar analyzer of the pre-compiler .

  3. 一封表达贴切的书信对读者产生的印象远比一封词法别扭、废话连篇的书信产生的印象积极得多。

    A well-expressed letter makes a far more positive impression on the reader than does an awkwardly phrased , jargon-filled letter .

  4. 一种改进的词法分析程序及其类C语言实现

    Improved Lexical Analysis and Its Implementation in C-like Language

  5. 这是因为在closure的关键字use中指定的变量在词法上确定范围。

    That 's because variables specified in a closure 's use keyword are lexically scoped .

  6. 基于Delphi的C语言词法分析器的实现

    The Realization of the Lexical Analysis Program of C Language Based on Delphi

  7. 探讨了SIP消息处理过程,重点介绍了词法分析以及用于数据加密的IDEA算法的设计实现方式。

    The process of message processing is researched .

  8. 下面我们将编写以XML形式从WrodNet中抽取词法信息的基本代码。

    Here , I build on the basic code to extract the lexical information from WordNet in XML form .

  9. 软PLC的编译程序包括词法分析、语法分析、语义分析和目标代码生成四个阶段。

    The compiled system includes the phrase analysis , syntax analysis , language analysis and generate target code .

  10. 应用模糊c均值算法对文档进行分类,具有不使用语法知识、不使用词法规则、无监督等特点。

    The Fuzzy c-mean algorithm for document clustering has the features that exempt from grammar , word-formation heuristics , pre-segmented data and so on .

  11. 基于Petri网的词法分析器的研究

    Lexical Scanner Based on Petri Net

  12. Fortran语言语法分析程序和词法分析程序自动生成的尝试

    The Experiment on The Automatic Generation of Parser of Fortran Language

  13. 在词法分析和解析方面已经没有任何已知bug了!

    No known lexing / parsing bugs !

  14. 词法、语法检查是基于Windows的,可以检验标准的数控代码,提高了代码检验的效率。

    The examination is based on the Windows system , and it can examine the standard NC code . In this way the efficiency is improved .

  15. LR分析法在词法分析器自动构造中的应用

    Application of LR Analysis Method Used in Automatic Generation of Lexical Analyzer

  16. Flex所生成的词法分析器必须要根据语义类型提供终止符号。

    The lexical analyzer generated by Flex has to provide terminal symbols according to their semantic type .

  17. 用LEX构造数控编译器词法分析程序的研究

    Research on the Construct of Lexical Analyzer of NC Compiler by LEX

  18. 数控代码诊断模块从词法分析、语法分析和错误处理三个方面实现了对NC代码程序的诊断纠错。串口通讯模块实现了手持终端与上下位机的通信功能。

    Then , the NC code is processed by the lexical analysis , syntax analysis and error is displayed on screen in the NC code diagnostic module .

  19. 与包相对的当然就是import了,Scala使用它将名称放入当前词法名称空间。

    Of course , the logical flip-side of packaging is import , Scala 's mechanism for bringing names into the current lexical namespace .

  20. IDL编译器的实现&词法分析部分

    Implementation of IDL compiler & lexical analysis

  21. N-gram技术在中文词法分析中的应用研究

    N-gram Technology Application Study in Computer Processing of Chinese Language

  22. 本文运用编译技术实现了NC程序的词法检查、语法检查、控制字提取和刀具路径插补运算等操作;

    Controller operations , such as lexical analysis , syntax check , extracting of machine control words , and interpolating of tools path , are realized by the translating and edit technology .

  23. 为了有助于隔离代码,使其不会相互冲突,Java™代码提供了package关键词,由此创建了一个词法命名空间,用以声明类。

    To help segregate code in such a way that it doesn 't conflict with one another , Java ™ code provides the package keyword , creating a lexical namespace in which classes are declared .

  24. 首先,本文采用确定有穷状态自动机(DFA)的分析策略构造了本系统的词法分析器;

    Firstly constructing lexical analyzer of our system by using analysis strategy of finite state automaton ( DFA ) .

  25. 给出解析抽象语法树所使用的词法规则和语法规则,提出了解析GCC抽象语法树的方法。

    Lexical rules and syntax rules used for parsing syntax trees are given , and a method for parsing GCC is proposed .

  26. 类似于P::RD,那些语法使用简单的规则来进行词法分析,然后使用更复杂的规则来解析经过词法分析后的输入内容。

    Like P : : RD , those grammars use simple rules to do lexing , and then use more complex rules to parse the lexed input .

  27. 目前LTP集成了包括词法、词义、句法、语义、篇章分析等10项中文处理核心技术。

    Current LTP has integrated ten key Chinese processing modules on morphology , word sense , syntax , and document analysis .

  28. 将编译技术引入NC代码分析处理过程中,把NC代码编译过程分为词法分析、语法分析和代码转换三个阶段。

    Having introduced the compile technology into the process of NC code analysis , the process of NC code compile is divided into three stages : Lexical Analysis , Syntactic Analysis and NC Code Conversion .

  29. 词法处理程序并不做很多事情:它只将事件转发给管道中的下一个过滤器,但XSLT处理器需要它们。

    The lexical handler doesn 't do much : It simply forwards the events to the next filter in the pipe , but the XSLT processor requires them .

  30. 作为一种专用的编译工具,LEX的源程序简单,编译后生成的词法分析程序效率高。

    Being a special compile tool , the source program of LEX is simple . The compiled lexical analyzer constructed by LEX has high efficiency .