Skip to content

Commit

Permalink
Merge pull request #135 from WorksApplications/release/3.2.1
Browse files Browse the repository at this point in the history
Release/3.2.1
  • Loading branch information
mh-northlander authored Jun 14, 2024
2 parents d0d6545 + 4695390 commit 6b73b1a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## [Unreleased]

## [3.2.1] - 2024-06-14

### Fixed

- Fix OOM error with a huge document (#132)
- Plugin now handles huge documents splitting into relatively small (1M char) chunks.
- Analysis may be broken around the edge of chunks (open issue, see #131)

### Added

- Add tutorial to use [Sudachi synonym dictionary](https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md) (#65)

## [3.2.0] - 2024-05-30

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

# What's new?

- [3.2.0]
- Explain with morpheme attribute (#121)
- Synonym filter and Sudachi filters can be used in any order (#122)
- MorphemeConsumerAttribute is removed (#127)
- This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
- [3.2.1]
- Fix OOM error with a huge document (#132)
- Plugin now handles huge documents splitting into relatively small (1M char) chunks.
- Analysis may be broken around the edge of chunks (open issue, see #131)
- Add tutorial to use [Sudachi synonym dictionary](https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md) (#65)

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
org.gradle.caching=true
org.gradle.parallel=true
pluginVersion=3.2.1-SNAPSHOT
pluginVersion=3.2.1

0 comments on commit 6b73b1a

Please sign in to comment.