Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.13
-
None
-
None
-
Ubuntu 14.04, Eclipse Mars 2, Java 7 jdk and Java 8 jdk
Description
In my project I want to use the Tika language detector.
I added the maven dependency for tika core.
From the Javadocs I read that I can use the OptimaizeLangDetector().
However, Eclipse always tells me, hat OptimaizeLangDetector can not be resolved.
When I look into the tika-core package/lib, I do not see the above mentioned class. Seems missing or am I doing sth wrong?
Thanks in advance!