https://github.com/pnelson/numerizer
Package numerizer parses words into integers.
https://github.com/pnelson/numerizer
Last synced: 6 months ago
JSON representation
Package numerizer parses words into integers.
- Host: GitHub
- URL: https://github.com/pnelson/numerizer
- Owner: pnelson
- License: other
- Created: 2015-04-18T03:59:26.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T17:06:11.000Z (over 3 years ago)
- Last Synced: 2025-10-13T05:13:03.419Z (9 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/pnelson/numerizer
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numerizer
Package numerizer parses words into integers.
## Usage
```go
n, err := numerizer.Parse("three thousand six hundred and eighty four")
```