Skip to content
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ analysis-sudachi is an Elasticsearch plugin for tokenization of Japanese text us

# What's new?

- version 1.1.0: `part-of-speech forward matching` is available on `stoptags`; see [sudachi_part_of_speech](#sudachi_part_of_speech)
- version 1.2.0
- Upgrading sudachi morphological analyzer to 1.2.0-SNAPSHOT
- New filter `sudachi_normalizedform` was added; see [sudachi_normalizedform](#sudachi_normalizedform)
- Default normalization behavior was changed; neather baseform filter and normalziedform filter not applied
- `sudachi_readingform` filter was changed with new romaji mappings based on MS-IME


- version 1.1.0
- `part-of-speech forward matching` is available on `stoptags`; see [sudachi_part_of_speech](#sudachi_part_of_speech)

# Build

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.worksap.nlp</groupId>
<artifactId>analysis-sudachi-elasticsearch6.2</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>analysis-sudachi</name>
Expand All @@ -14,7 +14,7 @@
<java.version>1.8</java.version>
<elasticsearch.version>6.2.0</elasticsearch.version>
<lucene.version>7.2.1</lucene.version>
<sudachi.version>0.1.1-SNAPSHOT</sudachi.version>
<sudachi.version>0.1.2-SNAPSHOT</sudachi.version>
<jacoco.skip>true</jacoco.skip>
<sonar.skip>true</sonar.skip>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down