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

simplify single date parsing #14

Open
alexduryee opened this issue Oct 15, 2019 · 0 comments
Open

simplify single date parsing #14

alexduryee opened this issue Oct 15, 2019 · 0 comments

Comments

@alexduryee
Copy link
Owner

For single dates (e.g. July 4, 1776), there are currently a number of forms that they can take (e.g. 1776 July 4, 1776 4 July, etc.). Notably, match_replace parser 80 compares like forms to like (e.g. July 4, 1776 - July 5, 1776) but not unlike (not e.g. July 4, 1776 - 5 July 1776). It's not inconceivable that this could happen, so the parser should be able to field mixed-form dates in parser 80.

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

No branches or pull requests

1 participant