Skip to content

Release 0.6.4

Latest
Compare
Choose a tag to compare
@bminixhofer bminixhofer released this 24 Apr 09:12
· 3 commits to main since this release
602aaf1

Internal improvements

  • Decrease time it takes to load the Tokenizer by ~ 40% (#70).
  • Tag lookup is backed by a vector instead of a hashmap now.

Breaking changes

  • The tagger now returns iterators over tags instead of allocating a vector.
  • Remove get_group_members function.