Token Classification
spaCy
Danish
dacy
danish
pos tagging
morphological analysis
lemmatization
dependency parsing
named entity recognition
coreference resolution
named entity linking
named entity disambiguation
Eval Results (legacy)
Instructions to use chcaa/da_dacy_medium_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use chcaa/da_dacy_medium_trf with spaCy:
!pip install https://huggingface.co/chcaa/da_dacy_medium_trf/resolve/main/da_dacy_medium_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_dacy_medium_trf") # Importing as module. import da_dacy_medium_trf nlp = da_dacy_medium_trf.load() - Notebooks
- Google Colab
- Kaggle
Kenneth Enevoldsen commited on
Commit ·
92c8954
1
Parent(s): 6f7ce7a
Added extensive tagset
Browse files
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- spacy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- token-classification
|
| 5 |
language:
|
| 6 |
- da
|
|
@@ -125,11 +134,19 @@ model-index:
|
|
| 125 |
name: DaNED
|
| 126 |
type: named-entity-linking
|
| 127 |
split: custom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
---
|
| 129 |
|
| 130 |
|
| 131 |
|
| 132 |
|
|
|
|
| 133 |
<a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
|
| 134 |
|
| 135 |
# DaCy medium
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- spacy
|
| 4 |
+
- dacy
|
| 5 |
+
- danish
|
| 6 |
+
- named entity recognition
|
| 7 |
+
- pos tagging
|
| 8 |
+
- lemmatization
|
| 9 |
+
- dependency parsing
|
| 10 |
+
- coreference resolution
|
| 11 |
+
- named entity linking
|
| 12 |
+
- named entity disambiguation
|
| 13 |
- token-classification
|
| 14 |
language:
|
| 15 |
- da
|
|
|
|
| 134 |
name: DaNED
|
| 135 |
type: named-entity-linking
|
| 136 |
split: custom
|
| 137 |
+
library_name: spacy
|
| 138 |
+
datasets:
|
| 139 |
+
- universal_dependencies
|
| 140 |
+
- alexandrainst/dacoref
|
| 141 |
+
- dane
|
| 142 |
+
metrics:
|
| 143 |
+
- accuracy
|
| 144 |
---
|
| 145 |
|
| 146 |
|
| 147 |
|
| 148 |
|
| 149 |
+
|
| 150 |
<a href="https://github.com/centre-for-humanities-computing/Dacy"><img src="https://centre-for-humanities-computing.github.io/DaCy/_static/icon.png" width="175" height="175" align="right" /></a>
|
| 151 |
|
| 152 |
# DaCy medium
|