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. Object-C反射读取实体属性和值

    举例: 首先定义TestModel如下: @interface TestModel : NSObject @property (nonatomic, strong) NSString *name; @ ...

  2. Locust安装教程与使用

    Locust安装教程与使用官网地址:https://github.com/locustio/locust 如果是python3+以上的环境,需要下载locust项目源码进行安装 因Centos7.2环 ...

  3. Android商城开发系列(七)—— 使用RecyclerView展示首页数据

    前面我们讲到了使用OkHttp请求网络和FastJson解析数据了,接下来我们就开始把获取到的数据通过数据适配器展示在页面上了.Adapter是用来帮助填充数据的中间桥梁,简单点说就是:将各种数据以合 ...

  4. 两个div并列居中显示——当display:inline;时,div的宽高不起作用即两个div重叠显示

    解决办法: 将display设置为:inline-block

  5. 在2017年,如何将你的小米4刷上Windows 10 mobile?(后附大量图赏)

    众多攻略集大成者!资深软粉亲测有效! 参考教程: http://bbs.xiaomi.cn/t-11814358 http://bbs.xiaomi.cn/t-11736827 问:刷机前,我需要做什 ...

  6. Red Hat Enterprise Linux(RHEL)中yum的repo文件详解

    Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器.基于RPM包管理,能够从指定的服务器自动下载 ...

  7. Python-OpenCV中图像合并显示

    在图像处理中,我们通常需要将原图像与处理后的图像放在同一个窗口显示,这样便于比较. 首先,需要介绍Numpy中的两个函数:hstack().vstack(). 函数原型:hstack(tup) ,参数 ...

  8. WPF知识点全攻略11- 命令(Command)

    先看一下命令的简单使用: <Window.CommandBindings> <CommandBinding Command="ApplicationCommands.Cut ...

  9. 2018.4.1 Ubuntu16.04 下配置Tomcat服务器以及设置dingshi启动

    Tomcat自启动的设置技巧 以root用户登录系统: cd /etc/rc.d/init.d/ vi tomcat #!/bin/sh # # tomcat: Start/Stop/Restart ...

  10. PAT (Basic Level) Practise (中文)- 1012. 数字分类 (20)

    http://www.patest.cn/contests/pat-b-practise/1012 给定一系列正整数,请按要求对数字进行分类,并输出以下5个数字: A1 = 能被5整除的数字中所有偶数 ...