Datasets:
Tasks:
Token Classification
Languages:
Norwegian
Size:
10K<n<100K
ArXiv:
Tags:
structure-prediction
License:
Typos
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ NorNE ads named entity annotations on top of the Norwegian Dependency Treebank.
|
|
63 |
|
64 |
### Languages
|
65 |
|
66 |
-
Both Norwegian Bokmål (`
|
67 |
|
68 |
## Dataset Structure
|
69 |
|
@@ -88,7 +88,7 @@ An example of the `train` split of the `bokmaal` config.
|
|
88 |
Each entry is annotated with the next fields:
|
89 |
|
90 |
- `idx` (`int`), text (sentence) identifier from the NorNE dataset
|
91 |
-
- `lang` (`str`), language variety, either `
|
92 |
- `text` (`str`), plain text
|
93 |
- `tokens` (`List[str]`), list of tokens extracted from `text`
|
94 |
- `lemmas` (`List[str]`), list of lemmas extracted from `tokens`
|
|
|
63 |
|
64 |
### Languages
|
65 |
|
66 |
+
Both Norwegian Bokmål (`bokmaal`) and Nynorsk (`nynorsk`) are supported as different configs in this dataset. An extra config for the combined languages is also included (`combined`). See the Annotation section for details on accessing reduced tag sets for the NER feature.
|
67 |
|
68 |
## Dataset Structure
|
69 |
|
|
|
88 |
Each entry is annotated with the next fields:
|
89 |
|
90 |
- `idx` (`int`), text (sentence) identifier from the NorNE dataset
|
91 |
+
- `lang` (`str`), language variety, either `bokmaal`, `nynorsk` or `combined`
|
92 |
- `text` (`str`), plain text
|
93 |
- `tokens` (`List[str]`), list of tokens extracted from `text`
|
94 |
- `lemmas` (`List[str]`), list of lemmas extracted from `tokens`
|