首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 英语语篇的语篇分析器

英语语篇的语篇分析器

  • 资源大小:36.82 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 分析器

资 源 简 介

This is a full discourse parser that extracts explicit discourse relations from English text. It has models trained on both the PDTB and the Biomedical Discourse Relation Bank. So, it can be used for parsing discourse relations from biomedical text as well as general English text. Example: Consider the following text: John will not come because he is sick. However, he may come tomorrow. So, we are going to talk about it tomorrow. The output for this text would be the following: ``` Sent-0: John will not come because he is sick . Conn: because [4,4] Sense: Contingency Arg2Head: is 6 Arg1Head: will [0,1] Sent-1: However , he may come tomorrow . Conn: However [0,0] Sense: Comparison Arg2Head: may 3 Arg1Head: will [0,1] Sent-2: So , we are going to talk about it tomorrow . Conn: So [0,0] Sense: Contingency Arg2Head: going 4 Arg1Head: may [1,3] The output follows the following format: Sent-: <

文 件 列 表

Discourse Parser
lib
NLP_Lib.jar
README
resource
run.bat
run.sh
test.txt
VIP VIP
0.190734s