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
The method detect returns a Result instance, and I'm using the method toJSON in order to obtain the data from all the detected languages. The problem is that it seems that only returns 3 languages. Is there a way in order to get all of them? If is a limitation from CLD2, sorry, I haven't been using it that much.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
I'm currently using this wrapper in order to detect languages from HTML files. I've checked out https://github.com/commoncrawl/language-detection-cld2/blob/master/src/test/java/org/commoncrawl/langdetect/cld2/DetectionTest.java and I'm using
language-detection-cld2/src/test/java/org/commoncrawl/langdetect/cld2/DetectionTest.java
Line 73 in c5d60af
The method
detect
returns aResult
instance, and I'm using the methodtoJSON
in order to obtain the data from all the detected languages. The problem is that it seems that only returns 3 languages. Is there a way in order to get all of them? If is a limitation from CLD2, sorry, I haven't been using it that much.Thank you!
The text was updated successfully, but these errors were encountered: