twitter-sentiment-analysis
twitter-sentiment-analysis copied to clipboard
Exception in thread "main" java.lang.NoClassDefFoundError: com/cybozu/labs/langdetect/DetectorFactory
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.