Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 13, 2024
1 parent 03224f6 commit 21446d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## [3.3.0](https://github.com/WorksApplications/elasticsearch-sudachi/releases/tag/v3.3.0) - 2024-11-13

### Added

- `allow_empty_morpheme` is added to the `sudachi_tokenizer` settings (#151)
- This allows morphemes to have an empty span (bool, default `false`)

### Changed

- spi changed to implement #149
- New methods are added to `MorphemeAttribute`

### Fixed

- Offset correction of `SudachiSplitFilter` now works properly with char filters (#149)

## [3.2.3] - 2024-10-16

### Added
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us

# What's new?

- [3.2.3]
- Add support for es ~v8.15.2 and os ~v2.17.1
- [3.3.0]
- `allow_empty_morpheme` is added to the `sudachi_tokenizer` settings (#151)
- Offset correction of `SudachiSplitFilter` now works properly with char filters (#149)
- spi changed to implement #149

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

Expand Down

0 comments on commit 21446d6

Please sign in to comment.