summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-07-25 13:36:12 +0200
committerGitHub <noreply@github.com>2018-07-25 13:36:12 +0200
commit7fc037ff1fb000914b33103e88b8722393c1eec3 (patch)
tree36665acd68c8d651d706eaae7aa83e86ab52832b /linguistics/pom.xml
parent3008ac3796b02879683cf5794cd1916308be2f61 (diff)
parent02bc2b623a076a72cb688cfef59d36f193f4c1a2 (diff)
Merge pull request #6452 from jefimm/master
use com.optimaize.langdetect for lang detection
Diffstat (limited to 'linguistics/pom.xml')
-rw-r--r--linguistics/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index 1785befbc39..f743348dde3 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -66,6 +66,10 @@
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.optimaize.languagedetector</groupId>
+ <artifactId>language-detector</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>