Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- word2vec
|
| 4 |
+
language: pt
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## Citation Information
|
| 9 |
+
|
| 10 |
+
```
|
| 11 |
+
@inproceedings{yamada2016joint,
|
| 12 |
+
title={Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation},
|
| 13 |
+
author={Yamada, Ikuya and Shindo, Hiroyuki and Takeda, Hideaki and Takefuji, Yoshiyasu},
|
| 14 |
+
booktitle={Proceedings of The 20th SIGNLL Conference on Computational Natural Language Learning},
|
| 15 |
+
year={2016},
|
| 16 |
+
publisher={Association for Computational Linguistics},
|
| 17 |
+
pages={250--259}
|
| 18 |
+
}
|
| 19 |
+
```
|