Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruvkb/numerizer
Numerizer is a package for parsing numeric words to numbers.
https://github.com/dhruvkb/numerizer
natural-language numbers parsing swift
Last synced: 16 days ago
JSON representation
Numerizer is a package for parsing numeric words to numbers.
- Host: GitHub
- URL: https://github.com/dhruvkb/numerizer
- Owner: dhruvkb
- License: lgpl-3.0
- Created: 2021-01-09T14:51:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T16:36:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T23:41:10.375Z (about 1 month ago)
- Topics: natural-language, numbers, parsing, swift
- Language: Swift
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerizer
Numerizer is a package for parsing numbers from strings in natural language, such as
"forty-two", to numbers, such as 42.