Skip to content

Commit

Permalink
[be] Update Belarusian spell dictionary (#9692)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex73 authored Dec 19, 2023
1 parent 42a96d6 commit 0f7b135
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
5 changes: 5 additions & 0 deletions languagetool-language-modules/be/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
</dependency>
<dependency>
<!-- Hunspell dictionary for Belarusian language -->
<groupId>io.github.belarus</groupId>
<artifactId>linguistics.grammardb.spell.languagetool</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
<spanish-pos-dict.version>2.1</spanish-pos-dict.version>
<portuguese-pos-dict.version>0.9</portuguese-pos-dict.version>
<dutch-pos-dict.version>0.1</dutch-pos-dict.version>
<belarusian-pos-dict.version>1.0.2</belarusian-pos-dict.version>
<tech.units.indriya.version>1.3</tech.units.indriya.version>
<ecs-logging-java.version>1.3.2</ecs-logging-java.version>

Expand Down Expand Up @@ -968,6 +969,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.belarus</groupId>
<artifactId>linguistics.grammardb.spell.languagetool</artifactId>
<version>${belarusian-pos-dict.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
Expand Down

0 comments on commit 0f7b135

Please sign in to comment.