Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

v2.10.0

Compare
Choose a tag to compare
@epwalsh epwalsh released this 14 Jul 19:47
· 5 commits to main since this release

What's new

Added πŸŽ‰

  • Changed the token-based verbose metric in the CrfTagger model (when verbose_metrics is True and calculate_span_f1 is False) to be FBetaVerboseMeasure instead of FBetaMeasure.
  • Added option weight_strategy to CrfTagger in order to support three sample weighting techniques.

Commits

97df196 Implementation of Weighted CRF Tagger (handling unbalanced datasets) (#341)
704a244 Disable dependabot, add notice of future sunsetting (#343)
92372a3 Update results for coref (#339)
deddfbe Bump mypy from 0.960 to 0.961 (#340)
900c447 Bump mypy from 0.950 to 0.960 (#337)
af43511 Update mkdocs-material requirement from <8.3.0,>=5.5.0 to >=5.5.0,<8.4.0 (#338)
487191f Bump conllu from 4.4.1 to 4.4.2 (#336)
f233052 Bump mypy from 0.942 to 0.950 (#335)