duckling/Duckling/Numeral
andhai 9509e042dc DE-Numeral-complex-German-numerals (#699)
Summary:
The commit adds a rule and an underlying parser for German numeral expressions representing (integer) numbers smaller than 1 million. Other than in English, those numbers are represented by single words, e.g. "neunhundertsiebenundachtzigtausendsechshundertvierundfünfzig" (987654). Other rukes are simplified or removed to eliminate redundancies.

Pull Request resolved: https://github.com/facebook/duckling/pull/699

Reviewed By: patapizza

Differential Revision: D37716120

Pulled By: stroxler

fbshipit-source-id: 90b26e253259c5bc1aaa76f3972537c2361f6bb3
2022-07-14 16:47:23 -07:00
..
AF Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
AR Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
BG Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
BN Relicense to BSD3 2019-05-22 10:46:39 -07:00
CA Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
CS Relicense to BSD3 2019-05-22 10:46:39 -07:00
DA Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
DE DE-Numeral-complex-German-numerals (#699) 2022-07-14 16:47:23 -07:00
EL Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
EN Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
ES Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
ET Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
FA Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
FI Relicense to BSD3 2019-05-22 10:46:39 -07:00
FR Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
GA Relicense to BSD3 2019-05-22 10:46:39 -07:00
HE Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
HI Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
HR Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
HU Relicense to BSD3 2019-05-22 10:46:39 -07:00
ID Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
IS Relicense to BSD3 2019-05-22 10:46:39 -07:00
IT Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
JA Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
KA Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
KM Relicense to BSD3 2019-05-22 10:46:39 -07:00
KN Relicense to BSD3 2019-05-22 10:46:39 -07:00
KO Relicense to BSD3 2019-05-22 10:46:39 -07:00
LO Relicense to BSD3 2019-05-22 10:46:39 -07:00
ML Relicense to BSD3 2019-05-22 10:46:39 -07:00
MN Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
MY Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
NB Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
NE Relicense to BSD3 2019-05-22 10:46:39 -07:00
NL Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
PL Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
PT Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
RO Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
RU Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
SK Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
SV Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
SW Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
TA Relicense to BSD3 2019-05-22 10:46:39 -07:00
TE Adding Numerical Dimention support for Telugu language (#470) 2020-12-15 17:48:03 -08:00
TH Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
TR Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
UK Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
VI Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
ZH Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
Helpers.hs Duration/DE+EN: integer <hours> and <minutes> to accept valid minutes 2022-02-12 00:17:03 -08:00
Rules.hs Relicense to BSD3 2019-05-22 10:46:39 -07:00
Types.hs Numeral/ES: Refactor hundreds handling to fix bug 2021-04-23 09:48:06 -07:00