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

Dates and times are split by tokenizer #21

Open
timdawborn opened this issue Oct 9, 2014 · 0 comments
Open

Dates and times are split by tokenizer #21

timdawborn opened this issue Oct 9, 2014 · 0 comments
Labels

Comments

@timdawborn
Copy link
Contributor

Reported by @kristy234

$ echo 15:30:01  | bin/tokenizer
15:30 : 01
$ echo 10/05/09 | bin/tokenizer
10/05 / 09

(but 10/05/2009 is fine)

(Ported from http://schwa.org/issues/1576)

@timdawborn timdawborn added the bug label Oct 9, 2014
timdawborn added a commit that referenced this issue Oct 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant