duckling/Duckling/Volume
Nihar Shah 6a05e40a37 Volume: Intervals Support
Summary:
This diff implements volume intervals in Duckling. It follows the AmountofMoney and Quantity modules in doing so.

I had to make one crucial choice here -- defining the core Volume data type -- and whether the attribute "Unit" was optional (i.e. "Maybe") or not. Like in Quantity and unlike in AmountOfMoney, I made it optional, so that latent volumes can be supported down the line in the codebase.

I also wrote the codebase to be more modular, such that future developers only need to add regular expressions rather than functions for any language. For instance, developers can simply define a fraction (e.g. "eighth") at the start of the file, and new rules will be generated automatically; rather than requiring the developer to create an entirely new rule, as previously. The only (partial) exceptions were in the Arabic and Russian Rules files, where the language structure is more difficult and so I cannot fully implement this. Developers for those two languages may need to write new rules, as before.

Reviewed By: patapizza

Differential Revision: D9043117

fbshipit-source-id: f08de4f167596b5b32d12a79268b8ab92c099b22
2018-08-24 11:31:08 -07:00
..
AR Volume: Intervals Support 2018-08-24 11:31:08 -07:00
EN Volume: Intervals Support 2018-08-24 11:31:08 -07:00
ES Volume: Intervals Support 2018-08-24 11:31:08 -07:00
FR Volume: Intervals Support 2018-08-24 11:31:08 -07:00
GA Volume: Intervals Support 2018-08-24 11:31:08 -07:00
HR Volume: Intervals Support 2018-08-24 11:31:08 -07:00
IT Volume: Intervals Support 2018-08-24 11:31:08 -07:00
KO Volume: Intervals Support 2018-08-24 11:31:08 -07:00
NL Volume: Intervals Support 2018-08-24 11:31:08 -07:00
PT Volume: Intervals Support 2018-08-24 11:31:08 -07:00
RO Volume: Intervals Support 2018-08-24 11:31:08 -07:00
RU Volume: Intervals Support 2018-08-24 11:31:08 -07:00
TR Volume: Intervals Support 2018-08-24 11:31:08 -07:00
Helpers.hs Volume: Intervals Support 2018-08-24 11:31:08 -07:00
Rules.hs Volume: Intervals Support 2018-08-24 11:31:08 -07:00
Types.hs Volume: Intervals Support 2018-08-24 11:31:08 -07:00