mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* draft TextLanguageClassifier * implement language detection with langdetect * add unit test for logging message * reno * pylint * change input from List[str] to str * remove empty output connections * add from_dict/to_dict tests * mark example usage as python code
5 lines
176 B
YAML
5 lines
176 B
YAML
---
|
|
preview:
|
|
- |
|
|
Add TextLanguageClassifier component so that an input string, for example a query, can be routed to different components based on the detected language.
|