Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
Size:
1M<n<10M
ArXiv:
DOI:
License:
Commit
·
7fd70a4
1
Parent(s):
e5b07dd
Update german-ler.py
Browse files- german-ler.py +17 -19
german-ler.py
CHANGED
@@ -23,26 +23,24 @@ A dataset of Legal Documents from German federal court decisions for Named Entit
|
|
23 |
|
24 |
_HOMEPAGE_URL = "https://github.com/elenanereiss/Legal-Entity-Recognition"
|
25 |
_CITATION = """\
|
26 |
-
@
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
publisher = {
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
note = {10/11 September 2019},
|
43 |
-
pages = {272--287},
|
44 |
-
pdf = {https://link.springer.com/content/pdf/10.1007%2F978-3-030-33220-4_20.pdf}
|
45 |
}
|
|
|
46 |
"""
|
47 |
_URL = {
|
48 |
"train": "https://raw.githubusercontent.com/elenanereiss/Legal-Entity-Recognition/master/data/ler_train.conll",
|
|
|
23 |
|
24 |
_HOMEPAGE_URL = "https://github.com/elenanereiss/Legal-Entity-Recognition"
|
25 |
_CITATION = """\
|
26 |
+
@misc{https://doi.org/10.48550/arxiv.2003.13016,
|
27 |
+
doi = {10.48550/ARXIV.2003.13016},
|
28 |
+
|
29 |
+
url = {https://arxiv.org/abs/2003.13016},
|
30 |
+
|
31 |
+
author = {Leitner, Elena and Rehm, Georg and Moreno-Schneider, Julián},
|
32 |
+
|
33 |
+
keywords = {Computation and Language (cs.CL), Information Retrieval (cs.IR), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
34 |
+
|
35 |
+
title = {A Dataset of German Legal Documents for Named Entity Recognition},
|
36 |
+
|
37 |
+
publisher = {arXiv},
|
38 |
+
|
39 |
+
year = {2020},
|
40 |
+
|
41 |
+
copyright = {arXiv.org perpetual, non-exclusive license}
|
|
|
|
|
|
|
42 |
}
|
43 |
+
|
44 |
"""
|
45 |
_URL = {
|
46 |
"train": "https://raw.githubusercontent.com/elenanereiss/Legal-Entity-Recognition/master/data/ler_train.conll",
|