Token Classification
spaCy
Danish
dacy
danish
pos tagging
morphological analysis
dependency parsing
named entity recognition
Eval Results (legacy)
Instructions to use chcaa/da_dacy_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use chcaa/da_dacy_tiny with spaCy:
!pip install https://huggingface.co/chcaa/da_dacy_tiny/resolve/main/da_dacy_tiny-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("da_dacy_tiny") # Importing as module. import da_dacy_tiny nlp = da_dacy_tiny.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by CogSciMikkel - opened
README.md
CHANGED
|
@@ -142,7 +142,7 @@ DaCy also contains guides on usage of the package as well as behavioural test fo
|
|
| 142 |
| **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
|
| 143 |
| **Sources** | [UD Danish DDT v2.18](https://github.com/UniversalDependencies/UD_Danish-DDT) (Johannsen, Anders; Martínez Alonso, Héctor; Plank, Barbara)<br>[DaNE](https://huggingface.co/datasets/alexandrainst/dane) (Rasmus Hvingelby, Amalie B. Pauli, Maria Barrett, Christina Rosted, Lasse M. Lidegaard, Anders Søgaard)<br>[spacy/da_core_news_lg](https://huggingface.co/spacy/da_core_news_lg) (Explosion) |
|
| 144 |
| **License** | `Apache-2.0` |
|
| 145 |
-
| **Author** | [
|
| 146 |
|
| 147 |
### Label Scheme
|
| 148 |
|
|
|
|
| 142 |
| **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
|
| 143 |
| **Sources** | [UD Danish DDT v2.18](https://github.com/UniversalDependencies/UD_Danish-DDT) (Johannsen, Anders; Martínez Alonso, Héctor; Plank, Barbara)<br>[DaNE](https://huggingface.co/datasets/alexandrainst/dane) (Rasmus Hvingelby, Amalie B. Pauli, Maria Barrett, Christina Rosted, Lasse M. Lidegaard, Anders Søgaard)<br>[spacy/da_core_news_lg](https://huggingface.co/spacy/da_core_news_lg) (Explosion) |
|
| 144 |
| **License** | `Apache-2.0` |
|
| 145 |
+
| **Author** | [Johana Mayerova, Mikkel Krøjer Svendsen, Kenneth Enevoldsen](https://chc.au.dk/)|
|
| 146 |
|
| 147 |
### Label Scheme
|
| 148 |
|