Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
Size:
1K<n<10K
License:
Update files from the datasets library (from 1.6.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.0
- smartdata.py +0 -1
smartdata.py
CHANGED
@@ -17,7 +17,6 @@ DFKI SmartData Corpus is a dataset of 2598 German-language documents
|
|
17 |
which has been annotated with fine-grained geo-entities, such as streets,
|
18 |
stops and routes, as well as standard named entity types."""
|
19 |
|
20 |
-
from __future__ import absolute_import, division, print_function
|
21 |
|
22 |
import re
|
23 |
from json import JSONDecodeError, JSONDecoder
|
|
|
17 |
which has been annotated with fine-grained geo-entities, such as streets,
|
18 |
stops and routes, as well as standard named entity types."""
|
19 |
|
|
|
20 |
|
21 |
import re
|
22 |
from json import JSONDecodeError, JSONDecoder
|