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. .Net平台互操作技术:01. 主要问题

    在.Net平台进行程序设计时,经常遇到基于Native C++,已经开发出很多类库,而现在需要用C#语言调用Native C++类库.这种情况在金融公司的量化投资部门经常发生.原因是,金融业务系统的对 ...

  2. layout_weight属性

    layout_weight 某个控件text多行,第一行对齐,baselineAligned = "false" 可使控件对齐 weight 计算规则 剩余尺寸=父布局尺寸-子布局 ...

  3. python爬虫之路——初识爬虫三大库,requests,lxml,beautiful.

    三大库:requests,lxml,beautifulSoup. Request库作用:请求网站获取网页数据. get()的基本使用方法 #导入库 import requests #向网站发送请求,获 ...

  4. PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep

    PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep ...

  5. Problem O: 国家排序

    Problem O: 国家排序 Time Limit: 1 Sec  Memory Limit: 128 MBSubmit: 405  Solved: 253[Submit][Status][Web ...

  6. pysql用类进行封装

    pyMySQL用类进行封装 class SqlHelper(object): def __init__(self): self.connect() def connect(self): self.co ...

  7. CPP-网络/通信:gsoap 的教程和使用

    1.1.1     gSOAP 1.1.1 .1      简介 gSOAP 编译工具提供了一个 SOAP/XML 关于 C/C++ 语言的实现,从而让 C/C++ 语言研发 web 服务或客户端程式 ...

  8. vs2015驱动开发中使用RtlStringCchPrintfW()报错

    法一: 在头顶添加一段代码 #pragam comment(lib,"xxxxxx.lib") 法二: 右击工程点属性,选择Linker下的Input,在依赖项后面写上$(DDK_ ...

  9. JavaScript无提示关闭当前页面窗口,兼容IE/Firefox/Chrome

    <script type="text/javascript" language="javascript"> function fc(){ var b ...

  10. iOS开发遇到的坑之六--使用cocopods管理第三方库时,编译出现Library not found for -lPods问题的解决办法

    在项目中有时候会遇到Library not found for -lPods(这里的IPods指的是你具体的第三方库)的问题 出现这个错误的原因是:xcode在编译的时候找不到这个库,从而导致项目无法 ...