Skip to main content

Telugu words to numbers conversion

Project description

Telugu Number-Words To Numbers Conversion

Overview

  • The Telugu Number-Words to Numbers Conversion package is a Python library that enables developers to convert numerical representations written in Telugu language text (using words) into their equivalent numerical values.

Features

  • Convert Telugu number-words to numerical values.

  • Supports a wide range of Telugu numerical representations.

Create a virtual environment if require with the python version 3.8 or more


conda create -n telugu_num_env python=3.8



# Replace "telugu_num_env" with other name according to you

Supporting packages to be installed (Additional packages can be installed if require)


text2digits

numpy

Installation with `pip'


# From CMD terminal

pip install telugu-words-numbers





# From IPYNB notebook

!pip install telugu-words-numbers

Usage


# For single text conversion

from telugu_words_numbers import TeluguWordsToNumber



# creating and object of the class TeluguWordsToNum

converter = TeluguWordsToNumber()



text = "దీపిక కి అరవై పంపండి"

number, converted_text = converter.word_number_conversion(text)

print('Number: ', number)

print('Original Text: ', text)

print('Converted Text: ', converted_text)





# Output



Number:  60.0

Original Text:  దీపిక కి అరవై పంపండి

Converted Text:  దీపిక కి 60 పంపండి


# For multiple texts conversion loop over list of Telugu texts

from telugu_words_numbers import TeluguWordsToNumber



# creating and object of the class TeluguWordsToNum

converter = TeluguWordsToNumber()



texts = [

            "దీపిక కి అరవై పంపండి",

            "భరత్ కి ఏడు వందలు పంపు"

    ]



for text in texts:

    number, converted_text = converter.word_number_conversion(text)

    print('Number: ', number)

    print('Original Text: ', text)

    print('Converted Text: ', converted_text)

    print('-'*20, '\n')



# Output



Number:  60.0

Original Text:  దీపిక కి అరవై పంపండి

Converted Text:  దీపిక కి 60 పంపండి

-------------------- 



Number:  700.0

Original Text:  భరత్ కి ఏడు వందలు పంపు

Converted Text:  భరత్ కి 700 పంపు

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

telugu_words_numbers-0.0.5.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

telugu_words_numbers-0.0.5-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file telugu_words_numbers-0.0.5.tar.gz.

File metadata

  • Download URL: telugu_words_numbers-0.0.5.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for telugu_words_numbers-0.0.5.tar.gz
Algorithm Hash digest
SHA256 f4d85e4780562cd52b5b09ec9bc0cfe20c44bec465bab238175ecd2dac8d07bd
MD5 f10a451a9df035d8fe25ba3dd3a93c40
BLAKE2b-256 51ba25fede51a083f08d63735e5272dc462d89f8983b02a58c16ed4d8f01812a

See more details on using hashes here.

Provenance

File details

Details for the file telugu_words_numbers-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: telugu_words_numbers-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for telugu_words_numbers-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 af9defaa58f3cf782c71f3c437d232b4eefe99d1731a5b43aa77d5eb6c04f6d3
MD5 0df397ebe5c321c2c42bc5a477334847
BLAKE2b-256 67dc618dd890257b719a529fa998e6c4ade87feea19e3e3b8ef8f82026ced222

See more details on using hashes here.

Provenance

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