iainbeeston / nickel

Nickel extracts date, time, and message information from naturally worded text.
MIT License
112 stars 17 forks source link

Doesn't parse date when special chars involved #39

Open beniusij opened 6 years ago

beniusij commented 6 years ago

Nickel.parse("tomorrow!!!") does not return any occurrences for the date. Same when trying to parse longer sentence ending in exclamation marks: Nickel.parse("Astroid boys are here tomorrow!!") does not return any date occurrences.