Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
json
Sub-tasks:
named-entity-recognition
Languages:
Czech
Size:
1K - 10K
License:
fewshot-goes-multilingual-admin
commited on
Commit
·
d418abf
1
Parent(s):
cfa85c5
update readme to reflect renaming of entity attributes
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ task_ids:
|
|
24 |
---
|
25 |
|
26 |
|
27 |
-
# Dataset Card for
|
28 |
|
29 |
|
30 |
## Dataset Description
|
@@ -39,10 +39,10 @@ Each sample contains:
|
|
39 |
- `start`: index on which the entity starts in the source sentence
|
40 |
- `end`: index on which the entity ends in the source sentence
|
41 |
- `content`: entity content, it was created as `text[start:end]`
|
42 |
-
- `
|
43 |
-
- `
|
44 |
|
45 |
-
The `
|
46 |
|
47 |
|
48 |
## Entity categories
|
|
|
24 |
---
|
25 |
|
26 |
|
27 |
+
# Dataset Card for Czech Named Entity Corpus 2.0
|
28 |
|
29 |
|
30 |
## Dataset Description
|
|
|
39 |
- `start`: index on which the entity starts in the source sentence
|
40 |
- `end`: index on which the entity ends in the source sentence
|
41 |
- `content`: entity content, it was created as `text[start:end]`
|
42 |
+
- `entity_id`: unique entity string identifier
|
43 |
+
- `parent_id`: If entity was selected inside another entity (e.g. house number inside address), `parent_id` is the identifier of the parent entity. None otherwise.
|
44 |
|
45 |
+
The `entity_id` field was checked to be globally unique (across data samples and dataset splits.)
|
46 |
|
47 |
|
48 |
## Entity categories
|