Release 2.1.0
New Features
- GH-74: Add dict_apply tool to apply a dictionary to a file or stdin.
(Dawid Weiss) - GH-73: Update Polish stemming dictionaries to polimorfologik 2.1. (Dawid Weiss)
Bug Fixes:
- GH-76: Consolidate and fix character encoding and decoding. (Dawid Weiss)
Other Changes
- GH-63: BufferUtils.ensureCapacity now clears the input buffer. This also
affects WordData methods that accept a reusable byte buffer -- it is now
always cleared prior to being flipped and returned. (Dawid Weiss)