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

Commit a2411a5

Browse files
committed
Bump to version 0.0.9
1 parent b182601 commit a2411a5

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
@@ -36,19 +36,18 @@
3636
</a>
3737
</h5>
3838
</div>
39-
4039
DaNLP is a repository for Natural Language Processing resources for the Danish Language.
4140
It is a collection of available datasets and models for a variety of NLP tasks.
4241
It features code examples on how to use the datasets and models in popular NLP frameworks such as spaCy and Flair as well as Deep Learning frameworks such as PyTorch and TensorFlow.
4342

4443
**News**
4544

46-
- :hotel: :broken_heart: Support for downloading models and datasets hosted by danlp is **temporary down** due to a change in hosting storage. It is assumed to be fixed tomorrow (**6.30**). We are sorry for any inconvenient.
45+
- :hotel: :broken_heart: Version 0.0.9 has been [released](https://github.com/alexandrainst/danlp/releases) with an update of storage host for models and dataset hosted by danlp - this means older pip version support for downloading models and dataset from danlp host is broken.
4746
- 🚧 Support for Danish in the [spaCy]( https://spacy.io/models/da) new 2.3 version. The progress for supporting spaCy can be seen here [issue #3056](https://github.com/explosion/spaCy/issues/3056). The spacy model is trained using DaNE and DDT [datasets](https://github.com/alexandrainst/danlp/blob/master/docs/datasets.md#danish-dependency-treebank-dane) - Read more about using spacy through danlp [here](https://github.com/alexandrainst/danlp/blob/master/docs/spacy.md)
4847

49-
- 🎉 Version 0.0.8 has been [released](https://github.com/alexandrainst/danlp/releases) with small annotated datasets with sentiment on data from Twitter and Europarl, BERT tone model in a first version is also implemented, and support function to download tweets based on ID is provided.
5048

5149

50+
5251
**Next up**
5352

5453
- :traffic_light: A synthetic test set in attempt to access fairness in sentiment models

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.8"
5+
__version__ = "0.0.9"
66
__summary__ = "DaNLP: NLP in Danish"
77
__author__ = "Alexandra Institute"
88
__email__ = "dansknlp@alexandra.dk"

0 commit comments

Comments
 (0)