You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LanguageDetectordetector = LanguageDetectorBuilder.fromLanguages(ENGLISH,CHINESE , THAI, VIETNAMESE).build();
SortedMap<Language, Double> languageDoubleSortedMap = detector.computeLanguageConfidenceValues("ี่มีประสิทธิภาพหลอดไฟพลังงานแสงอาทิตย์กลางแจ้งเซ็นเซอร์ตรวจจับการเคลื่อนไหวสวนกันน้ำ LED พลังงานแสงอาทิตย์โคมไฟสปอร์ตไลท์สำหรับ Garden เส้นทางถนนแบ็คดรอปเป่าลม Led Light");
System.out.println(languageDoubleSortedMap);
The following information is printed : {ENGLISH=1.0, VIETNAMESE=0.5658177137374878}
I think it's Thai, but I can recognize English, even Vietnamese, and Thai doesn't
version is : 1.2.2
The text was updated successfully, but these errors were encountered:
The following information is printed : {ENGLISH=1.0, VIETNAMESE=0.5658177137374878}
I think it's Thai, but I can recognize English, even Vietnamese, and Thai doesn't
version is : 1.2.2
The text was updated successfully, but these errors were encountered: