Skip to content

Releases: centre-for-humanities-computing/DaCy

v2.2.8

03 Jan 11:51
Compare
Choose a tag to compare

Fix

  • Cleaning up ci for final test of semantic release (9ac1320)

v2.2.7

03 Jan 11:20
Compare
Choose a tag to compare

Fix

v2.0.0

08 Aug 10:49
318bec9
Compare
Choose a tag to compare
  • 2.0.0
    • Added models for hate-speech detection and classification
    • A large part of DaCy is now moved to separate packages to allow for more versatility:
      • Now uses spacy-wrap <https://github.com/KennethEnevoldsen/spacy-wrap>__ for including existing models in DaCy. Fixes #71
      • Removed augmenters, they are now available through the external package, augmenty. Fixes #59
      • Removed the rule-based sentiment pipeline instead we recommend using asent. Fixes #60
    • Removed support for multiple installs, thus pip install dacy[all] and dacy[large] is no longer required. This should simplify installation and lead to less errors.
    • Documentation
      • New tutorial on using the sentiment models, including emotions detection, subjectivity detection and polarity classifcation.
      • New tutorial on using the hate speech classification and detection.
      • Multiple updated on function and package documentation
    • Multiple bugfixes

Release of version 1.0.0

10 Jul 17:55
Compare
Choose a tag to compare
  • DaCy version 1.0.0 releases as the first version to pypi! 📦
    • Including a series of augmenters with a few specifically designed for Danish
    • Code for behavioral tests of NLP pipelines
    • A new tutorial for both 📖
    • The first paper on DaCy; check it out as a preprint and code for reproducing it here! 🌟
  • A new beautiful hand-drawn logo 🤩
  • A test for biases and robustness in Danish NLP pipelines 🧐
  • DaCy is now officially supported by the Centre for Humanities Computing at Aarhus University
  • And more

initial release of DaCy

15 Mar 17:23
Compare
Choose a tag to compare
Pre-release

The initial release of DaCy. There will be many more to come.