iainbeeston / nickel

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

Empty message and occurrences when parsing numbers, e.g. 123 #22

Open pngdwnld opened 10 years ago

pngdwnld commented 10 years ago
n = Nickel.parse "123"
=> message: "", occurrences: []
codeodor commented 8 years ago

What is the problem?