We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rule-based engine is ignoring list of languages loaded in LanguageDetector.
LanguageDetector
LanguageDetectorBuilder .fromLanguages(ENGLISH, SPANISH).build() .detectLanguageOf(text = "你好,世界")
will return CHINESE, where I expect to receive UNKNOWN.
CHINESE
UNKNOWN
The text was updated successfully, but these errors were encountered:
Hah, good catch @krzysztofpcy. Thank you. I'm going to fix this soon.
Sorry, something went wrong.
Fix missing language filtering in rule-based engine (#23)
b9ca94c
No branches or pull requests
Rule-based engine is ignoring list of languages loaded in
LanguageDetector
.will return
CHINESE
, where I expect to receiveUNKNOWN
.The text was updated successfully, but these errors were encountered: