Skip to content

Commit

Permalink
Bump to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvingelby committed Oct 2, 2019
1 parent 4a0f4aa commit 4e7f438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ well as Deep Learning frameworks such as PyTorch and TensorFlow.

**News**

- 🎉 Version 0.0.3 has been [released](https://github.com/alexandrainst/danlp/releases) with loading functions for Danish NER datasets
- ✨ The Danish Dependency Treebank has been annotated with NER tags. You can use DaNLP [to load it](docs/datasets.md#danish-dependency-treebank)
- :performing_arts: [Notebook](examples/example_zero_shot_sentiment.ipynb) tutorial for ​Sentiment analysis models using
zero-shot transfer learning from [LASER](https://github.com/facebookresearch/LASER/tree/master/source)
- 🐋 Docker images with all NLP libraries used by DaNLP is available on [DockerHub](https://hub.docker.com/r/alexandrainst/danlp)

**Next up**

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.2"
__version__ = "0.0.3"
__summary__ = "DaNLP: NLP in Danish"
__author__ = "Alexandra Institute"
__email__ = "dansknlp@alexandra.dk"
Expand Down

0 comments on commit 4e7f438

Please sign in to comment.