--- license: mit task_categories: - token-classification language: - sv --- # Swedish POS Dataset (CSV) Swedish Part-of-Speech tagging dataset in CSV format, converted from CoNLL-U. ## Format - `sentence_id`: Sentence ID - `token_id`: Token position - `form`: Word form - `lemma`: Lemma - `upos`: Universal POS tag - `xpos`: Language-specific POS tag - `feats`: Morphological features - `head`: Dependency head - `deprel`: Dependency relation - `deps`: Enhanced dependencies - `misc`: Miscellaneous annotations --- license: mit ---