Skip to content

Commit

Permalink
Bump to version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ophelielacroix committed Apr 15, 2021
1 parent d4b4978 commit 34ba4ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,16 @@ If you are new to NLP or want to know more about the project in a broader perspe

**News**

- :tada: Version 0.0.11 has been [released](https://github.com/alexandrainst/danlp/releases) with new features using a pre-trained BERT model by BotXo for predicting mask word, next sentence prediction and embeddings. The NER bert model also come with a updated feature of predicting the tags combined. To new datasets is added, one dataset for coreference resolution and also the wordnet DanNet, which can be loaded to find e.g. synonyms.

- :blue_book: A jupyter notebook tutorial of during data augmentation on texts
- :tada: Version 0.0.12 has been [released](https://github.com/alexandrainst/danlp/releases) with a new feature for finding the `domains` of a word with DanNet. One new dataset has been made available -- the DKHate -- for hate speech detection and one new model has been added for coreference resolution.

- :blue_book: A jupyter notebook tutorial for quick starting
- Benchmarking of the NERDA model for NER
- Benchmarking of the Dacy model for PoS-tagging, NER and dependency parsing


**Next up**

- :link: Models for coreference resolution with benchmarks and documentation
- :link: the Danish Gigaword will be made available through the DaNLP package



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

0 comments on commit 34ba4ee

Please sign in to comment.