summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
authorJefim Matskin <jefimm@wix.com>2018-07-17 15:43:44 +0300
committerJefim Matskin <jefimm@wix.com>2018-07-17 15:43:44 +0300
commitc8c45e7c9afcd5b8e9a7daed54aa8b1c290eede7 (patch)
treeb1cb65200f03490cce360a900b019c64d43eb7c4 /linguistics/pom.xml
parent3f59a7da59991ef74adfd5bc334d96095945c575 (diff)
add lang detection and opennlp stemmers
https://github.com/vespa-engine/vespa/issues/6403
Diffstat (limited to 'linguistics/pom.xml')
-rw-r--r--linguistics/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index e4aa7c3049e..f743348dde3 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -62,6 +62,14 @@
<scope>provided</scope>
<classifier>no_aop</classifier>
</dependency>
+ <dependency>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-tools</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.optimaize.languagedetector</groupId>
+ <artifactId>language-detector</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>