Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dates, fine-tuning dates model. #46

Open
OleksiiYeromenko opened this issue Sep 1, 2020 · 0 comments
Open

Missing dates, fine-tuning dates model. #46

OleksiiYeromenko opened this issue Sep 1, 2020 · 0 comments
Labels

Comments

@OleksiiYeromenko
Copy link

Hello, guys, thanks you are making a really cool tool.
I've faced with number of missing dates as wel ass false positives.
Like:

  • n\nMaster Transportation Agreement, April 2020.\n\n22777 Springwoods Village - Aprill 2020 will not be recognized as next sentence starts from digits.
  • record of positive Sept 1st, 2005 earnings - also not recognized if day with '-st', in your model only '-th' taken into account.
    And this is strange, as even get_raw_dates not recognize it. But if I use modified forked datefinder from your repo - it's ok: datetime.datetime(2005, 9, 1, 0, 0), 'Sept 1st, 2005'),.
  • It could be 12.1987 or in 01.1988 - not recognizing date if month is in digit format.

I want to ask if there is an easy way for users to fine-tune your model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants