All Projects → chenking2020 → event_extract_master

chenking2020 / event_extract_master

Licence: MIT license
支持百度竞赛数据的中文事件抽取,支持ace2005数据的英文事件抽取,本人将苏神的三元组抽取算法中的DGCNN改成了事件抽取任务,并将karas改成了本人习惯使用的pytorch,在数据加载处考虑了各种语言的扩展

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to event extract master

Bazel
a fast, scalable, multi-language and extensible build system
Stars: ✭ 17,790 (+41272.09%)
Mutual labels:  multi-language
Autophrase
AutoPhrase: Automated Phrase Mining from Massive Text Corpora
Stars: ✭ 835 (+1841.86%)
Mutual labels:  multi-language
Embedme
Utility for embedding code snippets into markdown documents
Stars: ✭ 113 (+162.79%)
Mutual labels:  multi-language
Xmake
🔥 A cross-platform build utility based on Lua
Stars: ✭ 4,229 (+9734.88%)
Mutual labels:  multi-language
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (+1551.16%)
Mutual labels:  multi-language
Glue
⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.
Stars: ✭ 44 (+2.33%)
Mutual labels:  multi-language
rippletagger
RippleTagger identifies part-of-speech tags (Nouns, Verbs, and so on...). You give it a sentence, it gives you a list of tags back.
Stars: ✭ 12 (-72.09%)
Mutual labels:  multi-language
Timeago
⌛️ Simple library used to format datetime with `*** time ago` statement. eg: "3 hours ago".
Stars: ✭ 183 (+325.58%)
Mutual labels:  multi-language
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (+1732.56%)
Mutual labels:  multi-language
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (+130.23%)
Mutual labels:  multi-language
Timeago.js
🕗 ⌛ timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.
Stars: ✭ 4,670 (+10760.47%)
Mutual labels:  multi-language
Leku
🌍 Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: ✭ 612 (+1323.26%)
Mutual labels:  multi-language
World Cities
Multilingual list of countries, states & cities in XML format. 世界所有城市,国内所有省、市、区、县信息(2020.06)
Stars: ✭ 64 (+48.84%)
Mutual labels:  multi-language
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+569.77%)
Mutual labels:  multi-language
Keywords2vec
Stars: ✭ 121 (+181.4%)
Mutual labels:  multi-language
idnaive
🧠 A Simple Node.js Naive Bayes Library.
Stars: ✭ 26 (-39.53%)
Mutual labels:  multi-language
Rdrpostagger
R package for Ripple Down Rules-based Part-Of-Speech Tagging (RDRPOS). On more than 45 languages.
Stars: ✭ 31 (-27.91%)
Mutual labels:  multi-language
Framevuerk
Fast, Responsive, Multi Language, Both Direction Support and Configurable UI Framework based on Vue.js.
Stars: ✭ 252 (+486.05%)
Mutual labels:  multi-language
Please
High-performance extensible build system for reproducible multi-language builds.
Stars: ✭ 1,856 (+4216.28%)
Mutual labels:  multi-language
Plurr
Cross-platform format specification + libraries for handling plurals/genders/conditionals for Go, Java, JS, Obj-C, Perl, PHP, Python
Stars: ✭ 68 (+58.14%)
Mutual labels:  multi-language

event_extract_master

本人将苏神的三元组抽取算法中的DGCNN改成了事件抽取任务,并将karas改成了本人习惯使用的pytorch,在数据加载处考虑了各种语言的扩展,event extraction,django服务,train和predict

目前事件抽取支持中文和英文两种语言,中文采用百度事件抽取竞赛数据集,英文采用ACE2005数据集

在data文件夹下放置了部分数据样例,仅供参考

安装依赖: pip3 install -r requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple

#启动服务

python3 manage.py runserver 0:0:0:0:8000

接口调用

训练: http://localhost/apis/create_train

预测: http://localhost/apis/event_extract

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].