Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

中文依存关系分析 #4

Open
hailiang-wang opened this issue Mar 19, 2018 · 3 comments
Open

中文依存关系分析 #4

hailiang-wang opened this issue Mar 19, 2018 · 3 comments

Comments

@hailiang-wang
Copy link
Member

开源项目

CRF++依存句法分析

http://x-algo.cn/index.php/2016/03/02/crf-dependency-parsing/

一个简单的生成式依存句法解析器

https://applenob.github.io/gen_dep_parser.html

hailiang-wang added a commit that referenced this issue Mar 19, 2018
@hailiang-wang
Copy link
Member Author

screen shot 2018-03-24 at 11 02 23 am
screen shot 2018-03-24 at 11 02 56 am
screen shot 2018-03-24 at 11 04 23 am
screen shot 2018-03-24 at 11 04 36 am
screen shot 2018-03-24 at 11 04 48 am
screen shot 2018-03-24 at 11 08 51 am

@hailiang-wang
Copy link
Member Author

screen shot 2018-03-24 at 11 31 31 am

screen shot 2018-03-24 at 11 32 15 am

screen shot 2018-03-24 at 11 36 50 am
screen shot 2018-03-24 at 11 37 04 am

@hailiang-wang
Copy link
Member Author

Tag 关系 Description Example
SBV 主谓关系 subject-verb 我送她一束花 (我 <– 送)
VOB 动宾关系 直接宾语,verb-object 我送她一束花 (送 –> 花)
IOB 间宾关系 间接宾语,indirect-object 我送她一束花 (送 –> 她)
FOB 前置宾语 前置宾语,fronting-object 他什么书都读 (书 <– 读)
DBL 兼语 double 他请我吃饭 (请 –> 我)
ATT 定中关系 attribute 红苹果 (红 <– 苹果)
ADV 状中结构 adverbial 非常美丽 (非常 <– 美丽)
CMP 动补结构 complement 做完了作业 (做 –> 完)
COO 并列关系 coordinate 大山和大海 (大山 –> 大海)
POB 介宾关系 preposition-object 在贸易区内 (在 –> 内)
LAD 左附加关系 left adjunct 大山和大海 (和 <– 大海)
RAD 右附加关系 right adjunct 孩子们 (孩子 –> 们)
IS 独立结构 independent structure 两个单句在结构上彼此独立
WP 标点符号 punctuation 标点符号
HED 核心关系 head 指整个句子的核心

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant