numerizer icon indicating copy to clipboard operation
numerizer copied to clipboard

A Python module to convert natural language numerics into ints and floats.

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

Is it possible to handle other languages as well with spacy?

**Problem:** We have been using spaCy along with the numerize extension successfully to extract money amounts in string format and convert them into integers. However, after upgrading from spaCy version...

Hello, I am using numerizer directly from pip install. I guess one of the features is convertion every mention of 'a' in my text to 1 even if its not...

>>numerize('2B/2B') Output: '2B1/2B'