File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,15 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us
77
88# What's new?
99
10- - version 1.1.0: ` part-of-speech forward matching ` is available on ` stoptags ` ; see [ sudachi_part_of_speech] ( #sudachi_part_of_speech )
10+ - version 1.2.0
11+ - Upgrading sudachi morphological analyzer to 1.2.0-SNAPSHOT
12+ - New filter ` sudachi_normalizedform ` was added; see [ sudachi_normalizedform] ( #sudachi_normalizedform )
13+ - Default normalization behavior was changed; neather baseform filter and normalziedform filter not applied
14+ - ` sudachi_readingform ` filter was changed with new romaji mappings based on MS-IME
15+
16+
17+ - version 1.1.0
18+ - ` part-of-speech forward matching ` is available on ` stoptags ` ; see [ sudachi_part_of_speech] ( #sudachi_part_of_speech )
1119
1220# Build
1321
Original file line number Diff line number Diff line change 44
55 <groupId >com.worksap.nlp</groupId >
66 <artifactId >analysis-sudachi-elasticsearch6.2</artifactId >
7- <version >1.1 .0-SNAPSHOT</version >
7+ <version >1.2 .0-SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >analysis-sudachi</name >
1414 <java .version>1.8</java .version>
1515 <elasticsearch .version>6.2.0</elasticsearch .version>
1616 <lucene .version>7.2.1</lucene .version>
17- <sudachi .version>0.1.1 -SNAPSHOT</sudachi .version>
17+ <sudachi .version>0.1.2 -SNAPSHOT</sudachi .version>
1818 <jacoco .skip>true</jacoco .skip>
1919 <sonar .skip>true</sonar .skip>
2020 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
You can’t perform that action at this time.
0 commit comments