duckling/Duckling/Numeral/ES
Bing Yuan eb9ddcbd95 Fixed a problem in parsing ES timestamp
Summary:
There are two types of ES phrases for timestamp to support:

1. "para las seis cero dos pm"
2. "para las 6 0 2 pm"

The solution is to:
1. added a new rule to parse two-digit number between 1 and 9 (inclusive);
2. modified the regex pattern to support additional optional phrase "para" in front of "las".

Reviewed By: chinmay87

Differential Revision: D22218800

fbshipit-source-id: 58f692beb6f10834c0ab639b31bf239bf4a1970e
2020-06-25 12:49:39 -07:00
..
AR Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
CL Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
CO Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
ES Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
MX Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
PE Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
VE Adding Locales for ES Numeral 2020-02-25 16:01:45 -08:00
Corpus.hs Fix a problem with parsing ES time phrase 2020-06-22 12:03:15 -07:00
Rules.hs Fixed a problem in parsing ES timestamp 2020-06-25 12:49:39 -07:00