From 33c669711316e3e3d67119e7a72ef5141e080774 Mon Sep 17 00:00:00 2001 From: ophelielacroix Date: Thu, 17 Feb 2022 10:26:38 +0100 Subject: [PATCH] Bump to version 0.1.2 --- README.md | 15 ++++----------- danlp/about.py | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 479f7c0..f8c8487 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/danlp/about.py b/danlp/about.py index 2ee851e..0708bfb 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.1.1" +__version__ = "0.1.2" __summary__ = "DaNLP: NLP in Danish" __author__ = "Alexandra Institute" __email__ = "dansknlp@alexandra.dk"