What steps will reproduce the problem?
DetectorFactory.loadProfile(new java.io.File("/Users/rameshchanamolu/Documents/langdetect/profiles"));
Detector detector = DetectorFactory.create();
detector.append("辽宁省电力有限公司锦州供电公司");
String lang = detector.detect();
System.out.println("Language is "+lang);
What is the expected output? What do you see instead?
Korean language is returned instead of Chinese.
What version of the product are you using? On what operating system?
https://language-detection.googlecode.com/git-history/packages/packages/langdete
ct-03-03-2014.zip, OS: OSX 10.9.4
Please provide any additional information below.
Original issue reported on code.google.com by rchanam...@gmail.com on 18 Jul 2014 at 4:06
Original issue reported on code.google.com by
rchanam...@gmail.com
on 18 Jul 2014 at 4:06