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.