summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
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>