duckling icon indicating copy to clipboard operation
duckling copied to clipboard

Written out larger decimal numbers are not detected correctly

Open boonto opened this issue 4 years ago • 0 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?).

boonto avatar Feb 20 '22 22:02 boonto