scrapinghub / scrapinghub/dateparser
Support of other examples of variable languages
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 520
- Avg merge
- 22h 56m
- Merged PRs (30d)
- 6
Description
dateparser.parse('1 เดือนตุลาคม 2005')
datetime.datetime(2005, 10, 1, 0, 0)
dateparser.parse('6 วัน ที่แล้ว')
print(sys.version)
3.11.4 (main, Jul 25 2023, 17:36:13) [Clang 14.0.3 (clang-1403.0.22.14.1)]
dateparser==1.2.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the two Thai dateparser examples shown in the issue with dateparser 1.2.1 and compare the successful absolute-date parse with the incomplete relative-date result. Done means the reported examples are handled correctly, with tests covering their expected parsed values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100