Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@dweiss dweiss released this 18 Feb 13:03
· 79 commits to master since this release

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)