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

Commit 33c6697

Browse files
Bump to version 0.1.2
1 parent 523d3cd commit 33c6697

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,14 @@ If you are new to NLP or want to know more about the project in a broader perspe
7676

7777
**News**
7878

79-
- :tada: Version 0.1.1 has been [released](https://github.com/alexandrainst/danlp/releases) with
80-
- 2 new datasets for named entity disambiguation: [DaNED](docs/docs/datasets.md#daned) and [DaWikiNED](docs/docs/datasets.md#dawikined)
81-
- a new model for named entity disambiguation ([NED](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ned.html)) based on the multilingual XLM-Roberta
82-
83-
- Benchmarking of 2 new models for [NER](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ner.html):
84-
- [DaLUKE](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ner.html#daluke)
85-
- [ScandiNER](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ner.html#scandiner)
86-
- Benchmarking of 1 new model for [sentiment analysis](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/sentiment_analysis.html):
87-
- [Senda](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/sentiment_analysis.html#senda)
88-
79+
- :tada: Version 0.1.2 has been [released](https://github.com/alexandrainst/danlp/releases) with
80+
- 2 new models for hate speech detection ([Hatespeech](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/hatespeech.html)) based on BERT and ELECTRA
81+
- 1 new model for hate speech classification
8982

9083

9184
**Next up**
9285

93-
- new models for hate speech detection
86+
- new model and data for discourse coherence
9487

9588

9689
## Installation

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

0 commit comments

Comments
 (0)