Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,12 @@ configs:
|
|
51 |
---
|
52 |
WikiNER is a multilingual silver-standard annotated NER dataset. It consists in a late-2010 snapshot of Wikipedia in nine languages. Hyperlinks referring to persons, locations or organizations were automatically annotated.
|
53 |

|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
```
|
55 |
@Article{nothman2012:artint:wikiner,
|
56 |
author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran},
|
|
|
51 |
---
|
52 |
WikiNER is a multilingual silver-standard annotated NER dataset. It consists in a late-2010 snapshot of Wikipedia in nine languages. Hyperlinks referring to persons, locations or organizations were automatically annotated.
|
53 |

|
54 |
+
|
55 |
+
Here is the tag-to-label mapping:
|
56 |
+
```
|
57 |
+
{0: 'O', 1: 'LOC', 2: 'PER', 3: 'MISC', 4: 'ORG'}
|
58 |
+
```
|
59 |
+
|
60 |
```
|
61 |
@Article{nothman2012:artint:wikiner,
|
62 |
author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran},
|