Skip to content

Transforms

Latest
Compare
Choose a tag to compare
@clipperhouse clipperhouse released this 05 Jun 02:30
· 23 commits to master since this release
2b27b05

Add ability to transform tokens, such as lowercasing, based on golang.org/x/text/transform.

The signature of SegmentAll() has changed, removing the variadic parameter at the end, a breaking change if you used that param. I’m not willing to go to v2 over that, hopefully not a problem. :)