what's dependenct or constituency involved in a sentence?

In linguistics, when it comes to sentence analysis, immediate constituent analysis or IC analysis may probably be the top one method come into our minds. This theory was first mentioned by Leonard Bloomfield. The process and result of IC-analysis can, however, vary greatly based upon whether one chooses the consituency relation of phrase structure grammars(=consittuency grammars) or the dependency relation of dependency grammars as the underlaying priciple that organizes constituents into hierachical structures.

Constituent(成分结构):A given word plus all the words that word dominates. This definition is neutral with respect to the dependency vs contituency distinction. It allows one to compare the IC-analyses across the two types of structure. A consitiuent is always a complete tree or complete subtree of a tree, regardless of whether the tree at hand is a constituency or a dependency tree.

Consituent 是语法分析的一个基本术语,指一个语言单位,可大可下,大到分句,小到语素,还有单词、词组等都属于constituent范畴。

Constituency relation: The constituency relation derives from the subject-predicate division of Latin and Greek grammars that is based on term logic. Basic clause structure is understood in terms of a binary division of the clause into subject (noun phrase NP) and predicate (verb phrase VP). The binary division of the clause results in a one-to-one-or-more correspondence. For each element in a sentence, there are one or more nodes in the tree structure that one assumes for that sentence.

成分结构关系:一个句子能够分析成一系列成分结构, 如主语+谓语,名词短语+动词短语等。这种分出的单位又可进一步分析出各自的成分(例如名次短语可以分为限定词+名词),这种成分分析法可以不断运用直到不能再分出更小的成分为止。一种语法如果完全以这种方式分析句子,即对句子做层级结构分析,像这种有成分基础的语法就叫做成分结构语法。


Dependency relation:By the time of Gottklob Frege, a competing understanding of the logic of sentence had arisen. Frege rejected the binary division of the sentence and replaced it with an understanding of sentence logic in terms of predicates and their arguments. The dependency relation is a one-to-one correspondence for every element (word or morph) in a sentence, there is just one node in the syntactic structure.

依存关系:依存关对应的是依存语法, 认为动词是句中最重要的中心单位,且为名词短语所依附一种语言理论。这种语法在结构式的各成分之间建立各种类型的依存关系,用来解释各种语法关系。句法结构采用依存树表示,每棵树包含一个支配语和一组依附语,每个依附语与支配语有特定的关系。例如,一个小句中,动词被视为支配语,依附语是那些名词短语。他们属于动词的配价指派各种值(叫做动词的Valency “价”),例如blush(脸红)是一价动词,give是三价动词。再比如在“on the box”. 这种介词短语中,介词支配名词,名词又支配冠词。依存关系通常用弧线表示,弧线连接的是词(而不是结构成分)

参考

百度文档

dependency or constituency的更多相关文章

  1. 研究NLP100篇必读的论文---已整理可直接下载

    100篇必读的NLP论文 100 Must-Read NLP 自己汇总的论文集,已更新 链接:https://pan.baidu.com/s/16k2s2HYfrKHLBS5lxZIkuw 提取码:x ...

  2. 启用SQLite的Data Provider 运行WECOMPANYSITE时遇到ERROR CREATING CONTEXT 'SPRING.ROOT': ERROR THROWN BY A DEPENDENCY OF OBJECT 'SYSTEM.DATA.SQLITE'

    从网上下载的源码WeCompanySite,运行时报错 Error creating context 'spring.root': Error thrown by a dependency of ob ...

  3. podfile The dependency `` is not used in any concrete target

    内容提要: podfile升级之后到最新版本,pod里的内容必须明确指出所用第三方库的target,否则会出现The dependency `` is not used in any concrete ...

  4. Ninject学习(一) - Dependency Injection By Hand

    大体上是把官网上的翻译下而已. http://www.ninject.90iogjkdcrorg/wiki.html Dependency Injection By Hand So what's Ni ...

  5. [IOS]使用了cocoapods 抱错Pods was rejected as an implicit dependency for ‘libPods.a’ because its architectures ......

    Pods was rejected as an implicit dependency for ‘libPods.a’ because its architectures ‘i386’ didn’t ...

  6. 在.NET Core中遭遇循环依赖问题"A circular dependency was detected"

    今天在将一个项目迁移至ASP.NET Core的过程中遭遇一个循环依赖问题,错误信息如下: A circular dependency was detected for the service of ...

  7. <dependency>

      <dependency>             <groupId>org.hibernate</groupId>                       ...

  8. AngularJS之Dependency Injection(五)

    前言 这一节我们来讲讲AngularJS中的依赖注入,在实际开发中Angular提供了具体的方法供我们去调用,但是一旦业务不能满足要求或者出现麻烦或者错误时导致无从下手,所以基于此我们有必要深入一点去 ...

  9. Dependency management

    Play’s dependency management system allows you to express your application’s external dependencies i ...

随机推荐

  1. Android RecyclerView使用GridLayoutManager导致间隙变大的问题

    我用recyclerView的时候设置LayoutManager为Grid,添加decoration为Grid,作为二级列表时,多次点击一级列表来跳转的时候,两张图之间的间隙在逐渐变大,后来发现是因为 ...

  2. My sql之存储过程+游标

    sql 实例如下: /**************定义更改car_station_user_acct_his new_balance old_balance存储过程**************/ cr ...

  3. 使用Python+selenium过程中所需安装的库和软件

    一.下载地址: 1.setuptools:https://pypi.python.org/pypi/setuptools#downloads 中file对应的后缀为zip的软件 pip:https:/ ...

  4. SAP ERP和C4C Account和Contact的双向同步

    Account和Contact是C4C里唯一支持可以和ERP进行双向同步的主数据类别. C4C里创建一个Account:Mouser Electronics 在C4C里保存Account,自动同步到E ...

  5. SAP C4C Opportunity和SAP ERP Sales流程的集成

    首先在C4C里创建一个新的Opportunity: 给这个Opportunity添加一个新的产品: 点按钮:Request Pricing, 从ERP抓取pricing数据,点按钮之前Negotiat ...

  6. momentum公式

    momentum对于w的更新公式: http://caffe.berkeleyvision.org/tutorial/solver.html

  7. RabbitMQ Server的安装、配置及常用命令

    首先需要安装Erlang环境: http://www.rabbitmq.com/server.html 下载RabbitMQ Server的windows安装包并安装到D盘下: http://www. ...

  8. bootstrap历练实例:面板脚注

    面板脚注 我们可以在面板中添加脚注,只需要把按钮或者副文本放在带有 class .panel-footer 的 <div> 中即可.下面的实例演示了这点: <!DOCTYPE htm ...

  9. c++ 调用php

    int _System(const char * cmd, std::string& strRet) { FILE * fp; char * p = NULL; ; if ((fp = _po ...

  10. 【动态规划】51nod1780 完美序列

    巧妙的转化:f前两维大小开反TLE了一发…… 如果一个序列的相邻两项差的绝对值小于等于1,那么我们说这个序列是完美的. 给出一个有序数列A,求有多少种完美序列排序后和数列A相同. Input 第一行一 ...