i have the following string: "abc1 at 11:51am" feed this to natty -> get 11:51am as expected feed to python natty -> get 1 if i change the string to "hello abc1 at 11:51am", then both do the right thing
i have the following string: "abc1 at 11:51am"
feed this to natty -> get 11:51am as expected
feed to python natty -> get 1
if i change the string to "hello abc1 at 11:51am", then both do the right thing