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 ·
bda3925
1
Parent(s): 92c8954
Updated readme
Browse files
README.md
CHANGED
|
@@ -153,10 +153,10 @@ metrics:
|
|
| 153 |
|
| 154 |
DaCy is a Danish language processing framework with state-of-the-art pipelines as well as functionality for analysing Danish pipelines.
|
| 155 |
DaCy's largest pipeline has achieved State-of-the-Art performance on parts-of-speech tagging and dependency
|
| 156 |
-
parsing for Danish on the
|
|
|
|
| 157 |
DaCy also contains guides on usage of the package as well as behavioural test for biases and robustness of Danish NLP pipelines.
|
| 158 |
|
| 159 |
-
|
| 160 |
| Feature | Description |
|
| 161 |
| --- | --- |
|
| 162 |
| **Name** | `da_dacy_medium_trf` |
|
|
|
|
| 153 |
|
| 154 |
DaCy is a Danish language processing framework with state-of-the-art pipelines as well as functionality for analysing Danish pipelines.
|
| 155 |
DaCy's largest pipeline has achieved State-of-the-Art performance on parts-of-speech tagging and dependency
|
| 156 |
+
parsing for Danish on the Danish Dependency treebank as well as competitive performance on named entity recognition, named entity disambiguation and coreference resolution.
|
| 157 |
+
To read more check out the [DaCy repository](https://github.com/centre-for-humanities-computing/DaCy) for material on how to use DaCy and reproduce the results.
|
| 158 |
DaCy also contains guides on usage of the package as well as behavioural test for biases and robustness of Danish NLP pipelines.
|
| 159 |
|
|
|
|
| 160 |
| Feature | Description |
|
| 161 |
| --- | --- |
|
| 162 |
| **Name** | `da_dacy_medium_trf` |
|