Skip to content

Sudachi version 0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 May 05:18
fa6f4c2

CAUTION

The v0.8.* is intended as an intermediate release series before the v1.
Please pin the exact version when using this series, as breaking behavioral changes may be introduced even in patch releases.

Changed

  • Change PathAnchor behavior for elasticsearch-sudachi (#361)
    • PathAnchor.Classpath now loads data via class loader.
    • PathAnchor.None does not resolve now. You may need to use PathAnchor.filesystem() instead to resolve based on CWD.
    • Fix PathAnchor.Chain.resource. We recommend to use it instead of toResource.
  • 0-th column of DictionaryPrinter output is now normalized (#242)

Added

  • Add TextNormalizer (#242)
    • TextNormalizer normalizes text with a same process to the analysis.

Full Changelog: v0.7.5...v0.8.0