DexterZeng / Celan

This repository includes the source code for Entity Linking on Chinese Microblogs via Deep Neural Network
6 stars 7 forks source link

寻求帮助,缺少文件 #1

Open feileyu opened 5 years ago

feileyu commented 5 years ago

您好,您的项目rawDataProc/xml_parse.py 中的test.xml 文件能否发给我学习一下 shufeixue@163.com

DexterZeng commented 5 years ago

你好,这个文件就是将原来答案文件转成xml格式后的文件,重新命名了没注意到.然后test/train/validation是根据实际情况划分的,我在相应的地方做了修改,谢谢指出.

feileyu commented 5 years ago

谢谢!

feileyu commented 5 years ago

再请教您一下,canEntGen/dicGen.py 14行的pairs.txt是怎么得到的呀? 以及deepNet/tools.py 41行Entity_Matrix.txt 和 Word_Matrix.txt可以提供一下吗 新手小白,问题可能比较初级

qlzy commented 5 years ago

你好,请问你现在知道pairs.txt怎么得到吗?谢谢

nyhDudu commented 4 years ago

你好,你们所写的《Entity Linking via Symmetrical Attention-Based Neural Network and Entity Structural Features 》这篇文章,似乎是在这篇论文上改写的,想问一下那我所提到这篇论文源码在哪里可以获得

atomliang commented 4 years ago

同问pairs.txt是怎么得到的呢?

DexterZeng commented 4 years ago

@atomliang @qlzy 不好意思一直耽搁了没有整理代码,最近准备整理一下,pairs.txt是通过抽取wikipeida dump中锚文本以及其指向链接得到的一对对mention-entity得到的

DexterZeng commented 4 years ago

@nyhDudu 不好意思,这篇文章代码可以直接问第一作者或者通讯作者要