Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 8f9d149

Browse files
committed
Bump to 0.0.6
1 parent 83cf299 commit 8f9d149

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ It features code examples on how to use the datasets and models in popular NLP f
3030

3131
**News**
3232

33-
- 🎉 Version 0.0.5 has been [released](https://github.com/alexandrainst/danlp/releases) with the new Danish Similarity Dataset
33+
- 🎉 Version 0.0.6 has been [released](https://github.com/alexandrainst/danlp/releases) with a spaCy model.
3434

3535

3636
**Next up**
3737

38-
- 🚧 Improved models trained on the new annotated [Danish NER dataset](docs/datasets.md#danish-dependency-treebank)
39-
- 🚧 Support for Danish in the [spaCy](https://github.com/explosion/spaCy) framework
38+
- 🚧 Support for Danish in the [spaCy](https://github.com/explosion/spaCy) framework. Follow the progress in spaCy [issue #3056](https://github.com/explosion/spaCy/issues/3056)
4039

4140

4241

danlp/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/explosion/spaCy/blob/master/spacy/about.py
33

44
__title__ = "danlp"
5-
__version__ = "0.0.5"
5+
__version__ = "0.0.6"
66
__summary__ = "DaNLP: NLP in Danish"
77
__author__ = "Alexandra Institute"
88
__email__ = "dansknlp@alexandra.dk"

0 commit comments

Comments
 (0)