mirror of
https://github.com/facebook/duckling.git
synced 2024-11-28 00:31:28 +03:00
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:
parent
e75648c487
commit
2f38255cf8
@ -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)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user