eventextraction

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

Installation

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

pip3 install eventextraction

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
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 2025-06-27 17:31:00 UTC