When using the IBM Watson conversation builder,
how do I extract the (floating point) numerical value from a sentence?
For example, suppose the user typed:
Please make a payment of €1,051.84, thanks.
How can I extract the currency amount?
Thanks