Skip to content

Commit

Permalink
Bump to version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ophelielacroix committed Feb 17, 2022
1 parent 523d3cd commit 33c6697
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,14 @@ If you are new to NLP or want to know more about the project in a broader perspe

**News**

- :tada: Version 0.1.1 has been [released](https://github.com/alexandrainst/danlp/releases) with
- 2 new datasets for named entity disambiguation: [DaNED](docs/docs/datasets.md#daned) and [DaWikiNED](docs/docs/datasets.md#dawikined)
- 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

- Benchmarking of 2 new models for [NER](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ner.html):
- [DaLUKE](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ner.html#daluke)
- [ScandiNER](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/ner.html#scandiner)
- Benchmarking of 1 new model for [sentiment analysis](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/sentiment_analysis.html):
- [Senda](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/sentiment_analysis.html#senda)

- :tada: Version 0.1.2 has been [released](https://github.com/alexandrainst/danlp/releases) with
- 2 new models for hate speech detection ([Hatespeech](https://danlp-alexandra.readthedocs.io/en/latest/docs/tasks/hatespeech.html)) based on BERT and ELECTRA
- 1 new model for hate speech classification


**Next up**

- new models for hate speech detection
- new model and data for discourse coherence


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

0 comments on commit 33c6697

Please sign in to comment.