Want a text normalizing for Chinese texts? Here it is!
Forked from https://github.com/soshial/text-normalization which is too out of dated.
- Support Chinese now.
- Replace old numword with num2words, which receives better support with more and more languages.
- Update
num_*.pyand addnum_zh.pyto work with new added num2words. - Remove dependency of regex, nltk and MySQL, you can run
normalization.pywhich is much easier to setup.
Any problem, feel free to contact me ^_^