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.Classpathnow loads data via class loader.PathAnchor.Nonedoes not resolve now. You may need to usePathAnchor.filesystem()instead to resolve based on CWD.- Fix
PathAnchor.Chain.resource. We recommend to use it instead oftoResource.
- 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