scrapinghub / scrapinghub/dateparser
Improve language detection
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 520
- Avg merge
- 22h 56m
- Merged PRs (30d)
- 6
Description
Currently language detection is rudimentary and often causes incorrect interpretation of dates. See for example #567 and #575.
We need to improve how language detection works. Plugging-in an optional language detection library is an option.
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 reading issues #567 and #575 to understand the date-interpretation failures described here. Then inspect the current language-detection implementation and its tests, if identified while investigating. Done means language detection is improved and the incorrect date interpretations from those examples are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100