Skip to content

Releases: morfologik/morfologik-stemming

Release 2.1.9

26 Apr 11:49
Compare
Choose a tag to compare

PR #114: improve run-on suggestions for camel case words (Jaume Ortolà)

Release 2.1.7

24 Jun 08:04
Compare
Choose a tag to compare

GH-102: Update vulnerable jcommander dependency

Release 2.1.6

11 May 12:44
Compare
Choose a tag to compare

Other Changes

  • PR #101: fix replaceRunOnWords() not working for words that are uppercase at
    sentence start (Daniel Naber).

Release 2.1.5

18 Feb 18:45
Compare
Choose a tag to compare

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

31 Jul 12:49
Compare
Choose a tag to compare

Bug Fixes

  • PR #93: Case-changed words are always good suggestions (Jaume Ortolà).

  • GH-92: FSATraversal may return NOT_FOUND instead of AUTOMATON_HAS_PREFIX
    (stevendolg via Dawid Weiss)

Other Changes

  • Updated build and test plugins to newer versions.

Release 2.1.3

24 Apr 06:49
Compare
Choose a tag to compare

Bug Fixes:

  • GH-86: Speller: words containing the dictionary separator are not handled properly (Jaume Ortolà via Dawid Weiss).

Release 2.1.2

24 Apr 06:40
Compare
Choose a tag to compare

Bug Fixes:

  • GH-85: Encoded sequences can clash with separator byte and cause assertion errors. (Daniel Naber, Dawid Weiss).

Release 2.1.1

19 Oct 21:09
Compare
Choose a tag to compare

Bug Fixes:

  • PR #78: Fix dependency issue in morfologik-speller (Alden Quimby).
  • GH-84: Dictionary resources not found with security manager. (Uwe Schindler)

Other Changes

  • GH-79: Corrected a corner case in DictCompileTest. (Dawid Weiss)
  • GH-77: Trailing spaces in encoder name can lead to illegal argument exception. (Jaume Ortolà, Dawid Weiss)

Release 2.1.0

18 Feb 13:03
Compare
Choose a tag to compare

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)

Release 2.0.2

18 Feb 12:55
Compare
Choose a tag to compare

Bug Fixes

  • GH-68: WordData.clone() should be public. (Dawid Weiss)

Other Changes

  • GH-64: reverted back OSGi annotations (bundle packaging). (Dawid Weiss)
  • GH-72: Rename tools: fsa_dump to fsa_decompile and fsa_build to fsa_compile.
    Existing names remain as aliases but will be removed in 2.1.0. (Dawid Weiss)