File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change log
22
3+ ## [ Unreleased]
4+
5+ ## [ 3.2.1] - 2024-06-14
6+
7+ ### Fixed
8+
9+ - Fix OOM error with a huge document (#132 )
10+ - Plugin now handles huge documents splitting into relatively small (1M char) chunks.
11+ - Analysis may be broken around the edge of chunks (open issue, see #131 )
12+
13+ ### Added
14+
15+ - Add tutorial to use [ Sudachi synonym dictionary] ( https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md ) (#65 )
16+
317## [ 3.2.0] - 2024-05-30
418
519### Added
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
77
88# What's new?
99
10- - [ 3.2.0 ]
11- - Explain with morpheme attribute ( # 121 )
12- - Synonym filter and Sudachi filters can be used in any order ( # 122 )
13- - MorphemeConsumerAttribute is removed ( # 127 )
14- - This changes the interface of SPI. You can just remove MorphemeConsumerAttribute related code to migrate.
10+ - [ 3.2.1 ]
11+ - Fix OOM error with a huge document ( # 132 )
12+ - Plugin now handles huge documents splitting into relatively small (1M char) chunks.
13+ - Analysis may be broken around the edge of chunks (open issue, see # 131 )
14+ - Add tutorial to use [ Sudachi synonym dictionary ] ( https://github.com/WorksApplications/SudachiDict/blob/develop/docs/synonyms.md ) ( # 65 )
1515
1616Check [ changelog] ( ./CHANGELOG.md ) for more.
1717
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
1111 --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
1212org.gradle.caching =true
1313org.gradle.parallel =true
14- pluginVersion =3.2.1-SNAPSHOT
14+ pluginVersion =3.2.1
You can’t perform that action at this time.
0 commit comments