dependency or constituency
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的更多相关文章
- 研究NLP100篇必读的论文---已整理可直接下载
100篇必读的NLP论文 100 Must-Read NLP 自己汇总的论文集,已更新 链接:https://pan.baidu.com/s/16k2s2HYfrKHLBS5lxZIkuw 提取码:x ...
- 启用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 ...
- podfile The dependency `` is not used in any concrete target
内容提要: podfile升级之后到最新版本,pod里的内容必须明确指出所用第三方库的target,否则会出现The dependency `` is not used in any concrete ...
- Ninject学习(一) - Dependency Injection By Hand
大体上是把官网上的翻译下而已. http://www.ninject.90iogjkdcrorg/wiki.html Dependency Injection By Hand So what's Ni ...
- [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 ...
- 在.NET Core中遭遇循环依赖问题"A circular dependency was detected"
今天在将一个项目迁移至ASP.NET Core的过程中遭遇一个循环依赖问题,错误信息如下: A circular dependency was detected for the service of ...
- <dependency>
<dependency> <groupId>org.hibernate</groupId> ...
- AngularJS之Dependency Injection(五)
前言 这一节我们来讲讲AngularJS中的依赖注入,在实际开发中Angular提供了具体的方法供我们去调用,但是一旦业务不能满足要求或者出现麻烦或者错误时导致无从下手,所以基于此我们有必要深入一点去 ...
- Dependency management
Play’s dependency management system allows you to express your application’s external dependencies i ...
随机推荐
- C++运算符重载讲解与经典实例
最近在学C++,找到一篇详细讲解运算符重载的文章,贴在这里分享和收藏. C++中预定义的运算符的操作对象只能是基本数据类型,实际上,对于很多用户自定义类型,也需要有类似的运算操作.例如: class ...
- 宿主机Windows访问虚拟机Linux文件(一)
如果用户使用windows操作系统,但是在虚拟机下配置Linux内核操作操作系统,往往需要实现通过宿主机Windows操作系统访问Linux内核操作系统中资源.本次实验实现的是宿主机windows 1 ...
- javaweb基础(4)_http协议
一.什么是HTTP协议 HTTP是hypertext transfer protocol(超文本传输协议)的简写,它是TCP/IP协议的一个应用层协议,用于定义WEB浏览器与WEB服务器之间交换数据的 ...
- mysql group by的特殊性
SELECT create_year, userno , sum(sal) FROM user GROUP BY userno 以上语句,在oracle 或sql server肯定是语法错误 因为g ...
- C#语言命名的9种规范
下面介绍C#语言命名的9种规范: a) 类 [规则1-1]使用Pascal规则命名类名,即首字母要大写. [规则1-2]使用能够反映类功能的名词或名词短语命名类. [规则1-3]不要使用“I”.“C” ...
- AddDbContext was called with configuration, but the context type 'NewsContext' only declares a parameterless constructor?
问题 An error occurred while starting the application. ArgumentException: AddDbContext was called with ...
- 【SAM】loj#6401. 字符串
网上有篇题解写的是线段树合并维护求值? 题目描述 有一个只包含小写字母,长度为 $n$ 的字符串 $S$ .有一些字母是好的,剩下的是坏的. 定义一个子串 $S_{l\ldots r}$是好的,当且仅 ...
- MySQL 如何将Id相同的字段合并,并且以逗号隔开
数据库存的数据 sql: SELECT Id,GROUP_CONCAT(`Name` SEPARATOR ',') NAMES FROM `stu` GROUP BY Id;
- python入门:BREAK 的用法 跳当前循环后,不再执行下面代码块
#!/urs/bin/env python # -*- coding:utf-8 -*- # BREAK 的作用 跳当前循环后,不再执行下面代码块 while True: ') break ') #w ...
- 分享几个能用的 editplus 注册码
转载自: https://www.cnblogs.com/shihaiming/p/6422441.html 原文:http://host.zzidc.com/wljc/1286.html EditP ...