中英
parsing
/ ˈpɑːsɪŋ /
/ ˈpɑːrsɪŋ /
  • 简明
  • 柯林斯
  • n.语法分析;剖析
  • v.解析(parse 的 ing 形式)
  • SAT/
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

    [计] 句法分析

    概括来说,自动句法分析(Parsing)由下面两部分工作组成: (1)构建语言模型:这部分工作的理论基础主要是上下文无关文法(context free grammar),即以文法的形式给出语...

  • 2

    [计] 分析

    ...1引言自动句法分析(parsing)是自然语言处理的一项基本技术,是迈向语义理解的一道门槛。

  • 3

     解析

    广义的解码可以看作是Xml的解析(Parsing):对于解析Xml,可行的方式非常有限。不利用任何Xml函数库支持的,直接搜索字符串方式解析的方法,只适用于非常有限非常简单的场...

  • 4

     语法分析

    ) * 影像处理(光学字元辨识,Optical character recognition, OCR) 语法(Syntax):语句的文法(Grammar) * 语法分析 ( Parsing ) 语意(Semantics):字、词、句的意义 实用(Pragmatics):不同的环境如何影响句子的使用或意义 * 对于沟通过程的整体规划 世界:...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    Semantic relevancy computation is used to solve structural disambiguity in parsing syntactic.
    引入了语义相关度计算是为了解决句法分析中的结构性歧义。
  • 2
    Why does parsing matter?
    解析为什么重要?
  • 3
    What is message parsing?
    什么是消息解析?
查看更多
  • 同近义词
  • 百科
  • Parsing

    Parsing or syntactic analysis is the process of analysing a string of symbols, either in natural language or in computer languages, conforming to the rules of a formal grammar. The term parsing comes from Latin pars (orationis), meaning part (of speech).The term has slightly different meanings in different branches of linguistics and computer science. Traditional sentence parsing is often performed as a method of understanding the exact meaning of a sentence, sometimes with the aid of devices such as sentence diagrams. It usually emphasizes the importance of grammatical divisions such as subject and predicate.Within computational linguistics the term is used to refer to the formal analysis by a computer of a sentence or other string of words into its constituents, resulting in a parse tree showing their syntactic relation to each other, which may also contain semantic and other information.The term is also used in psycholinguistics when describing language comprehension. In this context, parsing refers to the way that human beings analyze a sentence or phrase (in spoken language or text) "in terms of grammatical constituents, identifying the parts of speech, syntactic relations, etc." This term is especially common when discussing what linguistic cues help speakers to interpret garden-path sentences.Within computer science, the term is used in the analysis of computer languages, referring to the syntactic analysis of the input code into its component parts in order to facilitate the writing of compilers and interpreters.

查看更多