Skip to content

Commit 21446d6

Browse files
update changelog and readme
1 parent 03224f6 commit 21446d6

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1315
Check [changelog](./CHANGELOG.md) for more.
1416

0 commit comments

Comments
 (0)