summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
authorJefim Matskin <jefimm@wix.com>2018-07-18 16:47:07 +0300
committerJefim Matskin <jefimm@wix.com>2018-07-18 16:47:07 +0300
commit7ea9da4d2ac02e42bb3a0ecdff575090e590e136 (patch)
tree82ca16f88b471604f25cee62fd3f07e1c9d45782 /linguistics/pom.xml
parent174abd98383bae0cde12349723cfdfcdf0799bce (diff)
add opennlp stemmers - revert previous changes
https://github.com/vespa-engine/vespa/issues/6403
Diffstat (limited to 'linguistics/pom.xml')
-rw-r--r--linguistics/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index f743348dde3..1785befbc39 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -66,10 +66,6 @@
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</dependency>
- <dependency>
- <groupId>com.optimaize.languagedetector</groupId>
- <artifactId>language-detector</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>