Enabling TimeGrain (#460)

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

Exposing the TimeGrain feature

Reviewed By: patapizza

Differential Revision: D20250270

fbshipit-source-id: 726f85eebd95ae31d911ebd9a43428d549aba877
This commit is contained in:
Ashwini Challa 2020-03-05 12:38:55 -08:00 committed by Facebook Github Bot
parent e75648c487
commit 2f38255cf8

View File

@ -59,6 +59,7 @@ fromName name = HashMap.lookup name m
, ("quantity", This Quantity)
, ("temperature", This Temperature)
, ("time", This Time)
, ("time-grain", This TimeGrain)
, ("url", This Url)
, ("volume", This Volume)
]