← Back to all repos

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

  • ⭐ Stars: 208
  • 🍴 Forks: 34
  • 📝 Language: Python
  • 📅 Created: 2019-06-24
  • 🔄 Updated: 2026-03-27
  • 🏷️ Latest Release: v0.1.2
  • 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

  • Maturity:
  • Documentation:
  • Community:
  • Recommendation:
  • README Excerpt

    ```

    Documentation Status

    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

  • :raising_hand: Have you tried the DaNLP package? Then we would love to chat with you about your experiences from a company perspective. It will take approx 20-30 minutes and there's no preparation. English/danish as you prefer. Please leave your details [here](https://forms.office.com/Pages/ResponsePage.aspx?id=zSPaS4dKm0GkfXZzEwsohKhC_ON5BmxBtRwkonVf21tUQUxDQ0oyTVAyU0tDUDVDMTM4SkU4SjJISi4u) and then we will reach out to arrange a call.
  • News

  • :tada: Version 0.1.2 has been [released](https://github.com/alexandrainst/danlp/releases) with
  • - 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

  • new model and data for discourse coherence
  • 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*

    Generated: 2026-03-28