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

Commit f7834b7

Browse files
committed
Bump to v0.0.10
New package is realiased with update of permanent storage URL, new spacy sentiment model, ńoun phrase chunking and fix of minor errors in Bert models
1 parent 757a480 commit f7834b7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,28 @@
3737
</h5>
3838
</div>
3939
DaNLP is a repository for Natural Language Processing resources for the Danish Language.
40-
It is a collection of available datasets and models for a variety of NLP tasks. The aim is to make it easier and more applicable to practitioners in the industry to use Danish NLP and hence this project is licensed to allow commercial use. The project 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.
40+
It is a collection of available datasets and models for a variety of NLP tasks. The aim is to make it easier and more applicable to practitioners in the industry to use Danish NLP and hence this project is licensed to allow commercial use. The project features code examples on how to use the datasets and models in popular NLP frameworks such as spaCy, Transformers and Flair as well as Deep Learning frameworks such as PyTorch.
4141

4242
If you are new to NLP or want to know more about the project in a broader perspective, you can start on our [microsite](https://danlp.alexandra.dk/).
4343

4444
<br/>**Help us improve DaNLP**
45+
4546
- :raising_hand: Have you tried the DaNLP package? Then we would love to chat with you about your experiences from a company perspective. It will take approx 20-30 minutes and there's no preparation. English/danish as you prefer. Please leave your details [here](https://forms.office.com/Pages/ResponsePage.aspx?id=zSPaS4dKm0GkfXZzEwsohKhC_ON5BmxBtRwkonVf21tUQUxDQ0oyTVAyU0tDUDVDMTM4SkU4SjJISi4u) and then we will reach out to arrange a call. We also welcome and appreciate any written feedback. Reach us at [danlp@alexandra.dk](mailto:danlp@alexandra.dk)
4647

4748
**News**
48-
- :paw_prints: A first version of a Spacy models for sentiment trained using hard distill from BERT is added to the repo, read about it in the [docs](https://github.com/alexandrainst/danlp/blob/master/docs/models/sentiment_analysis.md)
49-
- :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.
49+
50+
- :hotel: Version 0.0.10 has been [released](https://github.com/alexandrainst/danlp/releases) with an update of a permanent URL for storage host of models and dataset hosted by danlp, a first version of a spaCy sentiment model is added, and a noun phrase chunking function using spaCy dependecy model is added to the danlp package.
51+
52+
- :blue_book: A jupyter notebook tutorial of FasText classification model on speeches from Danish Parliament is added
53+
5054
- 🚧 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)
5155

5256

5357

5458
**Next up**
5559

5660
- :hatching_chick: Example tutorials in Jupiter notebook and getting started guides is coming soon!
61+
- :link: Dataset for coreference is coming soon​
5762
- :paw_prints: Improving spaCy ner model using hard distil of Bert Ner
5863

5964

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

0 commit comments

Comments
 (0)