We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c831089 commit c3d7df7Copy full SHA for c3d7df7
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
4
-## 2.3.1-SNAPSHOT
+## 2.3.1 [2026-01-28]
5
6
* Fixed soft hyphens (U+00AD) being incorrectly treated as token boundaries (issue #131)
7
+* Updated dependencies
8
+* Improved compatibility with Java 25 (fixed deprecation warnings)
9
10
## 2.3.0 [2025-12-23]
11
pom.xml
@@ -5,7 +5,7 @@
<groupId>de.ids-mannheim.korap.tokenizer</groupId>
<artifactId>KorAP-Tokenizer</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.1</version>
<name>KorAP-Tokenizer</name>
<description>DFA tokenizer with character offset output, large abbreviation tables and CMC support.</description>
0 commit comments