Arnav Kapoor

Results 5 issues of Arnav Kapoor

Languages without delimiters - Japanese and Chinese (Simplified, Traditional) and possibly other east Asian languages don't have any delimiter. eg) 九千九百九十九 (9999 in Japanese). These actually have a very similar...

So one of the use cases I think could be parsing phone numbers or zip codes. These might be written in the form of ```two three zero two five eight```...

enhancement

Enhacing library I have made changes in the base structure of the files to support ordinals.

I looked at German/French and both have some idiosyncrasies which needs to be handled. For French, using ```quatre-vingt``` for 80 and then allowing numbers from 1 to 19 as the...

Opening a new ticket for adding support for decimal and negative numbers. More details for the same discussed [here](https://github.com/arnavkapoor/number-parser/pull/9#discussion_r442400344). Expected outcomes ``` > parse("he scored fifty three point six percent...