eventextraction

中文复合事件抽取,可以用来识别文本的模式,包括条件事件、因果事件、顺承事件、反转事件。代码为刘焕勇原创设计,项目地址https://github.com/liuhuanyong/ComplexEventExtraction 项目介绍很详细,感兴趣的一定要去原项目看一下。我仅仅是对代码做了简单的修改,增加了函数说明注释和stats函数,可以用于统计文本中各种模式的分布(数量)情况。

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install eventextraction

Dependencies

  • None

Releases

Version Released Bookworm
Python 3.11
Trixie
Python 3.13
Files
1.1 2021-05-14
0.0.6 2020-04-06
0.0.5 2020-03-26

Issues with this package?

Page last updated 2026-09-03 08:23:24 UTC