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. 投资20万研发的JFinal项目《旅游线路营销管理系统》准备公开课中

    18年初上线了一套旅游营销管理系统,目前给几个合作客户内测试用,是基于JFinal研发的一套旅游行业旅游线路批发零售系统(SAAS)版. 系统终端: PC后台管理分:总部.线路批发商.旅行社门店.个人 ...

  2. js字符串、数组、时间、日期对象

    js对字符串.数组.日期的操作是在以后项目中频繁使用的操作,所以呢....所以大家看着办,其实并不难哈,就是有点无聊,我承认这是我百度的,哈哈哈哈 <!DOCTYPE html><h ...

  3. codeforce Gym 100342H Hard Test (思考题)

    题意:构造让Dijkstra单源最短路算法有效松弛次数最多的数据... 题解:构造,题意换种说法就是更新晚的路径要比更新早的路径短.因为所有点都会更新一次,那么按照更新时间形成一条链,即到最后一个点的 ...

  4. [神经网络]一步一步使用Mobile-Net完成视觉识别(一)

    1.环境配置 2.数据集获取 3.训练集获取 4.训练 5.调用测试训练结果 6.代码讲解 本文是第一篇,环境配置篇. 先打开tensorflow object detection api 看看需要什 ...

  5. 使用Timer组件制作计时器

    实现效果: 知识运用: Timer组件的interval属性 //获取或设置Timer组件Tick事件发生的时间间隔 public int Interval {get;set} NumericUpDo ...

  6. k8s1.13.0二进制部署-Dashboard和coredns(五)

    部署UI 下载yaml文件https://github.com/kubernetes/kubernetes [root@k8s-master1 ~]# git clone https://github ...

  7. 通过存储过程批量生成spool语句

    过存储过程批量生成spool语句 CREATE OR REPLACE PROCEDURE pro_yx_full_txt IS export_handle UTL_FILE.file_type; v_ ...

  8. 酷炫的3D照片墙

    今天给大家分享的案例是酷炫的3D照片墙 这个案例主要是通过 CSS3 和原生的 JS 来实现的,接下来我给大家分享一下这个效果实现的过程.博客上不知道怎么放本地视频,所以只能放两张效果截图了. 1.实 ...

  9. 洛谷 P2735 电网

    https://www.luogu.org/problemnew/show/P2735 定理什么的最讨厌了,匹克定理?不会,也不想学. 粉色的为电网,将图中的电网我们将他构造一个矩形,然后蓝色和绿色的 ...

  10. MySQL 使用GTID进行复制

    MySQL 使用GTID进行复制 1. GTID的格式和存储 1.1 GTID 集 1.2 mysql.gtid_executed 表 1.3 mysql.gtid_executed 表压缩 2. G ...