Skip to content

Commit

Permalink
Bump to version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliePauli committed Jul 1, 2020
1 parent b182601 commit a2411a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,18 @@
</a>
</h5>
</div>

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.
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.

**News**

- :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.
- :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.
- 🚧 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)

- 🎉 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.



**Next up**

- :traffic_light: A synthetic test set in attempt to access fairness in sentiment models
Expand Down
2 changes: 1 addition & 1 deletion danlp/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/explosion/spaCy/blob/master/spacy/about.py

__title__ = "danlp"
__version__ = "0.0.8"
__version__ = "0.0.9"
__summary__ = "DaNLP: NLP in Danish"
__author__ = "Alexandra Institute"
__email__ = "dansknlp@alexandra.dk"
Expand Down

0 comments on commit a2411a5

Please sign in to comment.