summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
authorJefim Matskin <jefimm@wix.com>2018-07-23 14:01:00 +0300
committerJefim Matskin <jefimm@wix.com>2018-07-24 22:01:20 +0300
commit66986b9b77b2d699430f29c135b2b30fb2c553f6 (patch)
tree738b168ed36236fcc26ddd3213e4f8a1765db1e0 /linguistics/pom.xml
parentddd952a7bc5e4425cd2039bdad63491d3abf0dfe (diff)
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>