Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revdotcom/words2num
Convert words to numbers
https://github.com/revdotcom/words2num
inverse-text-normalization nlp
Last synced: 5 days ago
JSON representation
Convert words to numbers
- Host: GitHub
- URL: https://github.com/revdotcom/words2num
- Owner: revdotcom
- License: mit
- Created: 2017-04-24T18:56:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T20:39:08.000Z (over 2 years ago)
- Last Synced: 2024-03-27T04:08:29.129Z (8 months ago)
- Topics: inverse-text-normalization, nlp
- Language: Python
- Size: 40 KB
- Stars: 20
- Watchers: 34
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# words2num
Inverse text normalization for numbers. Currently only supports en-US locale.
## Usage
Example: `w2n("forty-two hundred and forty-two")`
## Installation
`pip install words2num`