Releases: morfologik/morfologik-stemming
Releases · morfologik/morfologik-stemming
Release 2.1.9
Release 2.1.7
GH-102: Update vulnerable jcommander dependency
Release 2.1.6
Other Changes
- PR #101: fix replaceRunOnWords() not working for words that are uppercase at
sentence start (Daniel Naber).
Release 2.1.5
Bug Fixes
-
PR #96: incorrect logic in runOnWords (Jaume Ortolà).
-
PR #97: micro performance optimization (Daniel Naber).
Other Changes
- GH-95: Speller: findReplacementCandidates returns full CandidateData. This
commit also refactors the Speller to use a stateless returned array
list rather than reuse an internal field. Should not make a
practical difference. (Dawid Weiss)
Release 2.1.4
Release 2.1.3
Bug Fixes:
- GH-86: Speller: words containing the dictionary separator are not handled properly (Jaume Ortolà via Dawid Weiss).
Release 2.1.2
Bug Fixes:
- GH-85: Encoded sequences can clash with separator byte and cause assertion errors. (Daniel Naber, Dawid Weiss).
Release 2.1.1
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)