Skip to content

v0.8.1

Compare
Choose a tag to compare
@vmenger vmenger released this 27 Jun 14:42
· 43 commits to main since this release

0.8.1 (2024-06-27)

Added

  • Docstrings on all modules, classes, methods and functions

Changed

  • In InformationExtractionDataset, renamed span_counts, label_counts and qualifier_counts to span_freqs, label_freqs and qualifier_freqs respectively.
  • The clinlp_component utility now returns the class itself, rather than a helper function for making it
  • Changed order of direction and qualifier arguments of ContextRule
  • Simplified default settings for clinlp components and Term class
  • Normalizer uses casefold rather than lower for normalizing text
  • Parameterized spans_key for ie components