mojombo / chronic

Chronic is a pure Ruby natural language date parser.
http://injekt.github.com/chronic
MIT License
3.24k stars 458 forks source link

numerizer handles "first" and "third". Cannot handle "second" #321

Open dbwest opened 8 years ago

dbwest commented 8 years ago
 Chronic::Numerizer.numerize("first").to_i
 => 1
 Chronic::Numerizer.numerize("second").to_i
 => 0
 Chronic::Numerizer.numerize("third").to_i
 => 3
kapildewade commented 8 years ago

@dbwest pls check this https://github.com/jduff/numerizer/pull/5

dbwest commented 8 years ago

looks like that was not merged...