Skip to content

Errors in processing dates in Russian text #918

@digislexia

Description

@digislexia

OS: Ubuntu 20.04.2 LTS
Python: Python 3.8
Dateparser version: 1.0.0

input: Сервис будет недоступен с 12 января по 30 апреля
search.search_dates result: [('января', datetime.datetime(2021, 1, 3, 0, 0)), ('30 апреля', datetime.datetime(2021, 4, 30, 0, 0))]
search.search_dates expected result: [('12 января', datetime.datetime(2021, 1, 12, 0, 0)), ('30 апреля', datetime.datetime(2021, 4, 30, 0, 0))]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions