Skip to main content

Simple text processing tools in persian

Project description

https://travis-ci.org/meyt/neviseh.svg?branch=master https://coveralls.io/repos/github/meyt/neviseh/badge.svg?branch=master

Simple text processing tools in persian.

Features

  • Text normalization

  • Keyboard layout mapping translation

  • Calendar translation

Usage

Currently we have two base modules for English and Persian texts, each of these modules contains chaining-methods that apply on initial value.

Example:

from neviseh import PersianText
print(str(
    PersianText('123').translate_latin_numbers()
))
# output: ۱۲۳

print(str(
    PersianText('123.45').replace_decimal_dots().translate_latin_numbers()
))
# output: ۱۲۳٫۴۵

for complete samples look tests.

TODO:

  • Affix spacing (more)

  • Calendar month names translation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neviseh-0.1.3.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page