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
Version 2.0.2, installed via pip3 install lingua-language-detector
When using compute_language_confidence_values_in_parallel I got the following error:
Error: argument 'texts': Can't extract 'str' to 'Vec'
The python code works flawlessly with compute_language_confidence_values. Its been tested in linux with python 3.9.16 and macOS with python 3.9.19
The text was updated successfully, but these errors were encountered:
pemistahl
changed the title
compute_language_confidence_values_in_parallel not working: Error: argument 'texts': Can't extract str to Veccompute_language_confidence_values_in_parallel not working in Python code
Sep 26, 2024
Version 2.0.2, installed via
pip3 install lingua-language-detector
When using
compute_language_confidence_values_in_parallel
I got the following error:The python code works flawlessly with
compute_language_confidence_values
. Its been tested in linux with python 3.9.16 and macOS with python 3.9.19code is quite simple:
The text was updated successfully, but these errors were encountered: