Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
Size:
n<1K
License:
Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
german_legal_entity_recognition.py
CHANGED
@@ -48,7 +48,7 @@ class GermanLegalEntityRecognition(datasets.GeneratorBasedBuilder):
|
|
48 |
BUILDER_CONFIGS = [
|
49 |
GermanLegalEntityRecognitionConfig(name=court, courts=[court], description=f"Court. {court}.")
|
50 |
for court in _COURTS
|
51 |
-
] + [GermanLegalEntityRecognitionConfig(name=_ALL, courts=_COURTS, description=
|
52 |
BUILDER_CONFIG_CLASS = GermanLegalEntityRecognitionConfig
|
53 |
DEFAULT_CONFIG_NAME = _ALL
|
54 |
|
|
|
48 |
BUILDER_CONFIGS = [
|
49 |
GermanLegalEntityRecognitionConfig(name=court, courts=[court], description=f"Court. {court}.")
|
50 |
for court in _COURTS
|
51 |
+
] + [GermanLegalEntityRecognitionConfig(name=_ALL, courts=_COURTS, description="All courts included.")]
|
52 |
BUILDER_CONFIG_CLASS = GermanLegalEntityRecognitionConfig
|
53 |
DEFAULT_CONFIG_NAME = _ALL
|
54 |
|