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

[WIP] add find_date function and tests: finds the first date #931

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 25, 2021

  1. WIP add find_date function: finds the first date

    similar to search_dates, but gets only the first date,
    and more suitable to shorts strings. It uses a brute-force approach,
    but has more predictable performance
    (at least on shorter strings - we limit the length to 100),
    and better quality in our tests, although still not perfect.
    
    Not sure if it should be exposed in current form, but may be useful
    for future development.
    lopuhin committed May 25, 2021
    Configuration menu
    Copy the full SHA
    2af6489 View commit details
    Browse the repository at this point in the history