Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.2.2 #138

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## [3.2.2] - 2024-07-02

### Fixed

- Use `lazyTokenizeSentences` for the analysis (#137)
- This fixes the problem of input chunking (#131).

## [3.2.1] - 2024-06-14

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

# What's new?

- [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)
- [3.2.2]
- Use `lazyTokenizeSentences` for the analysis to fix the problem of input chunking (#137).

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.2-SNAPSHOT
pluginVersion=3.2.2