facebook / duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Written out larger decimal numbers are not detected correctly

boonto opened this issue · comments

E.g. "5.33 thousand" is correctly detected as "5330". However, if written out "five point three three thousand" is detected as "5.3" and "3000".
This is a problem in at least German and English.
Unfortunately, I do not know if this is actually solvable (regex greediness?).