Skip to content

Commit

Permalink
v3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Oct 27, 2024
1 parent 8ee3064 commit 9034d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# for LT snapshots we can use https://repo.languagetool.org/artifactory/languagetool-os-snapshot/
ltBaseVersion=6.5
ltDevVersion=6.5
ltBaseVersion=6.6-SNAPSHOT
ltDevVersion=6.6-SNAPSHOT
morfologik_ukrainian_lt_version=6.5.3
groovyVersion=4.0.22
# nlp_uk version
statsVersion=3.3.7
version=3.3.9-SNAPSHOT
version=3.3.9
2 changes: 1 addition & 1 deletion src/main/groovy/ua/net/nlp/tools/tag/TagTextCore.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ class TagTextCore {
println("dict_uk version: ${dictUkversion}")
if( Runtime.version().feature() >= 19
&& LtBuildInfo.OS.getVersion() == "6.5" ) {
System.err.println("WARNING: With Java >= 19 you need to use LanguageTool 6.5-SNAPSHOT or later (otherwise tokenization may produce wrong results)")
System.err.println("WARNING: With Java >= 19 you need to use LanguageTool 6.6-SNAPSHOT or later (otherwise tokenization may produce wrong results)")
}
}

Expand Down

0 comments on commit 9034d81

Please sign in to comment.