Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@bminixhofer bminixhofer released this 08 Apr 16:40
· 16 commits to main since this release
  • Fix a significant bug where text with multiple sentences would sometimes cause an error if one of the latter sentences matches some pattern (#61, #63, thanks @drahnr!).

Breaking changes

  • Remove multiword_tags on tokens (now part of the regular tags).
  • Make fields of the Word private and add getter methods.
  • Word constructor is now called new instead of new_with_tags.

New features

  • Adds as_str convenience method to multiple structs (WordId, PosId, Word).