Replace numerals with numbers
Project description
Short Info
Replace numerals with corresponding numbers in the given text. Available on PyPI. Consider checking out Wiki for more info.
Supported languages
- Ukrainian
- Russian
- English
Requirements
- python 3.6+
- NLTK Data
How to install it?
pip install numberize
How to install requirements?
After installing this package
python -m nltk.downloader punkt
How to use it?
import numberize
numberizer = numberize.Numberizer(lang='ru') #or 'uk', 'en'
new_text = numberizer.replace_numerals(old_text)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
numberize-1.1.2.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for numberize-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57c3889761d2f6a88496968454e1ca1a65aab112c845991574b6ad36d5fecd99 |
|
MD5 | 70745fec81b62620f857adb761a8eacb |
|
BLAKE2b-256 | 759d40763673dce82f62f77660d6e7a1bde400a0dff981d59e367d46513e8c8b |