Commit ·
76aa8d7
1
Parent(s): 749a39b
upload hub_repos/linnaeus/README.md to hub from bigbio repo
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
license_bigbio_shortname: CC_BY_4p0
|
| 7 |
+
pretty_name: LINNAEUS
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
# Dataset Card for LINNAEUS
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
- **Homepage:** http://linnaeus.sourceforge.net/
|
| 16 |
+
- **Pubmed:** True
|
| 17 |
+
- **Public:** True
|
| 18 |
+
- **Tasks:** Named Entity Recognition, Named Entity Disambiguation
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
Linnaeus is a novel corpus of full-text documents manually annotated for species mentions.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## Citation Information
|
| 26 |
+
|
| 27 |
+
```
|
| 28 |
+
@Article{gerner2010linnaeus,
|
| 29 |
+
title={LINNAEUS: a species name identification system for biomedical literature},
|
| 30 |
+
author={Gerner, Martin and Nenadic, Goran and Bergman, Casey M},
|
| 31 |
+
journal={BMC bioinformatics},
|
| 32 |
+
volume={11},
|
| 33 |
+
number={1},
|
| 34 |
+
pages={1--17},
|
| 35 |
+
year={2010},
|
| 36 |
+
publisher={BioMed Central}
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
```
|