danlp
https://github.com/alexandrainst/danlp
📊 Stats
⭐ Stars: 208
📝 Language: Python
📝 Description: DaNLP is a repository for Natural Language Processing resources for the Danish Language.
⭐ Star Growth (12 months)
🔬 Research Notes
Stats
Description
DaNLP is a repository for Natural Language Processing resources for the Danish Language.
Topics
danish, machine-learning, named-entity-recognition, natural-language-processing, nlp, nlp-library, part-of-speech, word-embeddings
Research Summary
Key Features
Architecture
Use Cases
Assessment
README Excerpt
```

Part of Speech Tagging
|
Dependency Parsing
Named Entity Recognition
|
Named Entity Disambiguation
|
Coreference Resolution
Sentiment Analysis
|
Hatespeech Detection
Embeddings
|
Datasets
|
Tutorials
DaNLP is a repository for Natural Language Processing resources for the Danish Language.
It is a collection of available datasets and models for a variety of NLP tasks.
The aim is to make it easier and more applicable to practitioners in the industry to use
Danish NLP and hence this project is licensed to allow commercial use.
The project features code examples on how to use the datasets and models in popular
NLP frameworks such as spaCy, Transformers and Flair as well as Deep Learning frameworks
such as PyTorch.
See our [documentation pages](https://danlp-alexandra.readthedocs.io/en/latest/index.html)
for more details about our models and datasets, and definitions of the modules provided
through the DaNLP package.
If you are new to NLP or want to know more about the project in a broader perspective, you can start on our [microsite](https://danlp.alexandra.dk/).
Help us improve DaNLP
News
- 2 new models for hate speech detection ([Hatespeech](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/hatespeech.html)) based on BERT and ELECTRA
- 1 new model for hate speech classification
Next up
Installation
To get started using DaNLP in your python project simply install the pip package. Note that installing the default pip package
will not install all NLP libraries because we want you to have the freedom to limit the dependency on what you use. Instead we provide you with an installation option if you want to install all the required dependencies.
Install with pip
To get started using DaNLP simply install the project with pip:
```bash
pip install danlp
```
```
---
*Researched: 2026-03-28*