File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 3.3.0] ( https://github.com/WorksApplications/elasticsearch-sudachi/releases/tag/v3.3.0 ) - 2024-11-13
6+
7+ ### Added
8+
9+ - ` allow_empty_morpheme ` is added to the ` sudachi_tokenizer ` settings (#151 )
10+ - This allows morphemes to have an empty span (bool, default ` false ` )
11+
12+ ### Changed
13+
14+ - spi changed to implement #149
15+ - New methods are added to ` MorphemeAttribute `
16+
17+ ### Fixed
18+
19+ - Offset correction of ` SudachiSplitFilter ` now works properly with char filters (#149 )
20+
521## [ 3.2.3] - 2024-10-16
622
723### Added
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
77
88# What's new?
99
10- - [ 3.2.3]
11- - Add support for es ~ v8.15.2 and os ~ v2.17.1
10+ - [ 3.3.0]
11+ - ` allow_empty_morpheme ` is added to the ` sudachi_tokenizer ` settings (#151 )
12+ - Offset correction of ` SudachiSplitFilter ` now works properly with char filters (#149 )
13+ - spi changed to implement #149
1214
1315Check [ changelog] ( ./CHANGELOG.md ) for more.
1416
You can’t perform that action at this time.
0 commit comments