twitter-sentiment-analysis icon indicating copy to clipboard operation
twitter-sentiment-analysis copied to clipboard

Exception in thread "main" java.lang.NoClassDefFoundError: com/cybozu/labs/langdetect/DetectorFactory

Open lovelylavs opened this issue 9 years ago • 0 comments

Hi,

I was trying your example and I see this error "Exception in thread "main" java.lang.NoClassDefFoundError: com/cybozu/labs/langdetect/DetectorFactory". Could you please suggest what I am missing? I added the line libraryDependencies += "com.cybozu.labs" % "langdetect" % "1.1-20120112" to build.sbt too.

lovelylavs avatar Apr 06 '15 00:04 lovelylavs