Datasets:
Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
- polyglot_ner.py +1 -1
polyglot_ner.py
CHANGED
@@ -122,7 +122,7 @@ class PolyglotNER(datasets.GeneratorBasedBuilder):
|
|
122 |
for lang in _LANGUAGES
|
123 |
] + [
|
124 |
PolyglotNERConfig(
|
125 |
-
name=_COMBINED, languages=_LANGUAGES, description=
|
126 |
)
|
127 |
]
|
128 |
|
|
|
122 |
for lang in _LANGUAGES
|
123 |
] + [
|
124 |
PolyglotNERConfig(
|
125 |
+
name=_COMBINED, languages=_LANGUAGES, description="Complete Polyglot-NER dataset with all languages."
|
126 |
)
|
127 |
]
|
128 |
|