# keras_event_extract **Repository Path**: suolyer/keras_event_extract ## Basic Information - **Project Name**: keras_event_extract - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 思路 基于Keras实现两阶段的事件抽取,具体采用[https://github.com/onewaymyway/DuEE_2020](https://github.com/onewaymyway/DuEE_2020)提供的思路 ## 依赖 ```bash pip install bert4keras==0.7.0 ``` 其他按需安装,建议`keras==2.3.1`、`tensorflow_gpu==1.14`,python2或python3均可。