Skip to content

Latest commit

 

History

History
97 lines (59 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

97 lines (59 loc) · 2.4 KB

Change log

[3.2.0] - 2024-05-30

Added

  • Update documents including tutrial (#125, #126)

Fixed

  • Explain with morpheme attribute (#121)
  • Synonym filter and Sudachi filters can be used in any order (#122)
  • Update deprecated codes (#125)

Removed

  • MorphemeConsumerAttribute is removed (#127)
    • This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
    • Also see #123 and #124.

[3.1.1] - 2024-05-17

Added

  • Support ElasticSearch -8.13.4 and OpenSearch -2.14.0. (#114, #118)
    • Integration tests (:integration) for es:8.9.0+ are moved to Github Actions.

Fixed

  • Fix dictionary caching problem (#112)

[3.1.0]

  • support OpenSearch 2.6.0+ in addition to ElasticSearch
  • analysis-sudachi plugin is now can be extended by other plugins. Loading sudachi plugins from extending plugins is supported as well

[3.0.0]

  • Plugin is now implemented in Kotlin

[2.1.0]

  • Added a new property additional_settings to write Sudachi settings directly in config
  • Added support for specifying Elasticsearch version at build time

[2.0.3]

  • Fix duplicated tokens for OOVs with sudachi_split filter's extended mode

[2.0.2]

  • Upgrade Sudachi to 0.4.3
    • Fix overrun with surrogate pairs

[2.0.1]

  • Upgrade Sudachi to 0.4.2
    • Fix buffer overrun with character normalization

[2.0.0]

  • New mode split_mode was added
  • New filter sudachi_split was added instead of mode
  • mode was deperecated
  • Upgrade Sudachi morphological analyzer to 0.4.1
  • Words containing periods are no longer split
  • Fix a bug causing wrong offsets with icu_normalizer

[1.3.2]

  • Upgrade Sudachi morphological analyzer to 0.3.1

[1.3.1]

  • Upgrade Sudachi morphological analyzer to 0.3.0
  • Minor bug fix

[1.3.0]

  • Upgrade Sudachi morphological analyzer to 0.2.0
  • Import Sudachi from maven central repository
  • Minor bug fix

[1.2.0]

  • Upgrading Sudachi morphological analyzer to 0.2.0-SNAPSHOT
  • New filter sudachi_normalizedform was added; see sudachi_normalizedform
  • Default normalization behavior was changed; neather baseform filter and normalziedform filter not applied
  • sudachi_readingform filter was changed with new romaji mappings based on MS-IME

[1.1.0]

[1.0.0]

  • first release