-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么我给的简单句子,大部分都提取不出三元组,比如图中的例子。 #9
Comments
目前只能保证7种DSNF范式,而且这个前提是依存句法正确得到解析。 |
这个跟词典有关系吗,resource里面只提供了法律方面的词典,加个通用词典效果会好一点吗? |
添加用户词典,只是有助于分词这一步。 建立关系的候选实体集合为{'ns', 'ni', 'nh', 'nz', 'j'},可见entity_combine.py。 |
好的,非常感谢,那么你觉得怎么改进呢,比如可以识别更多句法什么的,要大致怎么改呢? |
这份工作的贡献就是基于依存句法制定抽取范式,我认为可以从以下两个方面提高:
|
好的,非常感谢 |
用自己训练的命名实体识别+结巴分词能优化很多大准确率,谢谢作者的贡献 |
您好,可以请教下具体怎么改进的吗 |
是嘛,我目前从分词,词性标注,命名实体识别,依存分析还是清一色的LTP。 |
您好,想问一下怎样可以训练自己的数据。 |
The text was updated successfully, but these errors were encountered: