Dishant Sethi
Dishant Sethi
Hi, I want to start contributing and work on this issue. Can you assign me this?
Hi @noviluni @Alex04Charl @Gallaecio I tried to debug this issue and found that the language detected for both cases was incorrect. I guess, the logic to detect languages is a...
I am not sure about new language detection functions but we can use textblob library to detect languages. @Gallaecio
'es' isn't the right language code of french. Try passing 'fr' as the language code. ``` >>> search_dates(x, languages=['fr']) >>> search_dates(y, languages=['fr']) ``` You mistakenly passed the language code of...
Agreed, the sentence is in Spanish but the expected result comes when 'fr' is passed in languages.
Hi @Gallaecio @angel-langdon, I tried to debug this issue and found that there was a bug while detecting the "best_language" as the text was detected to be in the "vi"...
Forcefully returning detected language as "en" gives the desired result. @Gallaecio What is the logic defined for language detection?
@Gallaecio @angel-langdon I just figured out that search_dates is giving the desired result till `"Validity date: 2021-11-12"` After this date, None is returned may be because the default date format...
Is this issue solved? @ankitjain28may @siddharthshashikar
Is this issue fixed or Can I work on this? @anandology @Ishaan28malik