You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).