File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
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
+
3
17
## [ 3.2.0] - 2024-05-30
4
18
5
19
### 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
7
7
8
8
# What's new?
9
9
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 )
15
15
16
16
Check [ changelog] ( ./CHANGELOG.md ) for more.
17
17
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=350m \
11
11
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
12
12
org.gradle.caching =true
13
13
org.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