numerizer icon indicating copy to clipboard operation
numerizer copied to clipboard

Parse numbers in natural language from strings (ex forty two).

Results 6 numerizer issues
Sort by recently updated
recently updated
newest added

## Problem In many places the indefinite article 'a' is manipulated, either by stripping it away or treating it as 1. The article 'an' should be processed in the same...

Numerizer does not compute strings of the form: ```regex (fraction)(of|an?|\s)+(big suffix) ``` Examples: ```text half a million quarter billion ``` I'm assuming that being a very narrow case, this should...

Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and...

Hey all! I just created the library [OmNomNum](https://github.com/JesseBuesking/ruby_omnomnum), a C extension that I aim to use as a replacement for Numerizer. OmNomNum currently does not support fractions, so it's not...

SINGLE_ORDINALS to contain 'second' which was missing

Same issue as https://github.com/mojombo/chronic/issues/151