Internal improvements
- Decrease time it takes to load the
Tokenizerby ~ 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_membersfunction.