Skip to content

Commit b592201

Browse files
Update pom versions and readme
1 parent b7f2313 commit b592201

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -14,7 +14,7 @@
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>

0 commit comments

Comments
 (0)