Create README.md

This commit is contained in:
liuhuanyong 2018-08-15 10:40:32 +08:00 committed by GitHub
parent 1c8bcdd725
commit a5cc4a2eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# EventTriplesExtraction
EventTriplesExtraction based on dependency parser and semantic role labeling, 基于依存句法与语义角色标注的事件三元组抽取
# 使用方式
from triples_extraction import *
extractor = TripleExtractor()
svos = extractor.triples_main(content1)
print('svos', svos)