I am writing an ordering bot. So, the customers’ messages may look like this: “I want a bottle of Gin, half case of sauvignon blanc”
in config.yml:
- name: DucklingEntityExtractor
url: http://localhost:8000
dimensions:
- number
i can extract the number, but i can’t extract “a” and “half.”
i want it to extract “a” and “half” as numbers of 1 and 0.5
what can i do?
thx