From ff38bc3f156159b20f28041f85fe1d3d45829444 Mon Sep 17 00:00:00 2001 From: AmaliePauli Date: Mon, 15 Jun 2020 17:38:48 +0200 Subject: [PATCH] Bump to version 0.0.8 --- README.md | 4 +++- danlp/about.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63430de..9cdc163 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ It features code examples on how to use the datasets and models in popular NLP f **News** -- 🎉 Version 0.0.7 has been [released](https://github.com/alexandrainst/danlp/releases) with a finetuned BERT models. +- 🎉 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** +- A synthetic test set in attempt to access fairness in sentiment models + - 🚧 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) diff --git a/danlp/about.py b/danlp/about.py index e0517b1..42f3f23 100644 --- a/danlp/about.py +++ b/danlp/about.py @@ -2,7 +2,7 @@ # https://github.com/explosion/spaCy/blob/master/spacy/about.py __title__ = "danlp" -__version__ = "0.0.7" +__version__ = "0.0.8" __summary__ = "DaNLP: NLP in Danish" __author__ = "Alexandra Institute" __email__ = "dansknlp@alexandra.dk"