mirror of
https://github.com/facebook/duckling.git
synced 2024-11-29 01:03:44 +03:00
28ddc3bff7
Summary: Currently values like 1000.000 (in Dutch . is thousand separator) are not recognised, as the ruleDecimalWithThousandsSeparator requires the decimal part (e.g. 1000.000,34) to be present. This PR adds some data and changes the ruleDecimalWithThousandsSeparator to make the decimal part optional. Pull Request resolved: https://github.com/facebook/duckling/pull/504 Reviewed By: patapizza, girifb Differential Revision: D26078885 Pulled By: chessai fbshipit-source-id: b1679c713e1d17a168d34a3cc556b6c36a571d75 |
||
---|---|---|
.. | ||
Corpus.hs | ||
Rules.hs |