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.1.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for numberize-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 518e29f0cc24186c1c4569ac6cd57ce64f6ca63c4a994af0383dff8d164c9ac2 |
|
MD5 | ad295b60022899eea18e3f2c8124cd9f |
|
BLAKE2b-256 | b8d2d294b1068a47bbdb93f4590e4829140dd6ee70af66eb523e24fcc8610686 |