Skip to main content

A Danish pipeline trained in SpaCy that has achieved State-of-the-Art performance on all dependency parsing, NER and POS-tagging for Danish

Project description

DaCy: An efficient and unified framework for danish NLP

PyPI pip downloads Python Version Ruff documentation Tests

DaCy is a Danish natural language preprocessing framework made with SpaCy. Its largest pipeline has achieved State-of-the-Art performance on Named entity recognition, part-of-speech tagging and dependency parsing for Danish. Feel free to try out the demo. This repository contains material for using DaCy, reproducing the results and guides on the usage of the package. Furthermore, it also contains behavioral tests for biases and robustness of Danish NLP pipelines.

🔧 Installation

You can install dacy via pip from PyPI:

pip install dacy

👩‍💻 Usage

To use the model you first have to download either the small, medium, or large model. To see a list of all available models:

import dacy
for model in dacy.models():
    print(model)
# ...
# da_dacy_small_trf-0.2.0
# da_dacy_medium_trf-0.2.0
# da_dacy_large_trf-0.2.0

To download and load a model simply execute:

nlp = dacy.load("da_dacy_medium_trf-0.2.0")
# or equivalently (always loads the latest version)
nlp = dacy.load("medium")

To see more examples, see the documentation.

📖 Documentation

Documentation
📚 Getting started Guides and instructions on how to use DaCy and its features.
🦾 Performance A detailed description of the performance of DaCy and comparison with similar Danish models
📰 News and changelog New additions, changes and version history.
🎛 API References The detailed reference for DaCy's API. Including function documentation
🙋 FAQ Frequently asked questions

Training and reproduction

The folder training contains a range of folders with a SpaCy project for each model version. This allows for the reproduction of the results.

Want to learn more about how DaCy initially came to be, check out this blog post.


💬 Where to ask questions

To report issues or request features, please use the GitHub Issue Tracker. Questions related to SpaCy are kindly referred to the SpaCy GitHub or forum. Otherwise, please use the Discussion Forums.

Type
📚 FAQ FAQ
🚨 Bug Reports GitHub Issue Tracker
🎁 Feature Requests & Ideas GitHub Issue Tracker
👩‍💻 Usage Questions GitHub Discussions
🗯 General Discussion GitHub Discussions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dacy-2.7.6.tar.gz (4.2 MB view details)

Uploaded Source

Built Distribution

dacy-2.7.6-py3-none-any.whl (54.7 kB view details)

Uploaded Python 3

File details

Details for the file dacy-2.7.6.tar.gz.

File metadata

  • Download URL: dacy-2.7.6.tar.gz
  • Upload date:
  • Size: 4.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for dacy-2.7.6.tar.gz
Algorithm Hash digest
SHA256 738717770483b091e579623a3c230206630b1d42a1a74dbfa02fee7cd39a4693
MD5 7ee88f693c27fedb5ab9702545428f17
BLAKE2b-256 c78baa08f18ce2be2601b39a8186bcb2e7f2f7160a42bdfbbfcba708e7a51da4

See more details on using hashes here.

File details

Details for the file dacy-2.7.6-py3-none-any.whl.

File metadata

  • Download URL: dacy-2.7.6-py3-none-any.whl
  • Upload date:
  • Size: 54.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for dacy-2.7.6-py3-none-any.whl
Algorithm Hash digest
SHA256 8c8306f89591cec56b0f405994531c23e558cf056b6b94fa2408063d81fb23a4
MD5 b1804d5eb2f3aadc8cd3606f9226a9a9
BLAKE2b-256 42112dbef8b4e1df8ccde66d865f87286a884ffa7024311308475c72a3887850

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page