A small package for working with Albanian language texts.
Project description
Albanian Tools - to be published
Installation
pip install albanian_tools
Usage
There are three main functions: remove_leading_numbers
, replace_numbers_with_albanian_text
, and integer_to_albanian_text_converter
.
import albanian_tools
# remove_leading_numbers
text_1 = "913. Paragraf interesant" # Returns "Paragraf interesant"
text_1_text_numbers = albanian_tools.remove_leading_numbers(text_1)
# replace_numbers_with_albanian_text
text_2 = "Neni 217 kalon tutje." # Returns "Neni dyqind e shtatëmbëdhjetë kalon tutje."
text_2_text_numbers = albanian_tools.replace_numbers_with_albanian_text(text_2)
# integer_to_albanian_text_converter
integer_example = 717 # Returns "shtatëqind e shtatëmbëdhjetë"
integer_example_text_number = albanian_tools.integer_to_albanian_text_converter(integer_example)
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
albanian_tools-0.0.9.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file albanian_tools-0.0.9.tar.gz
.
File metadata
- Download URL: albanian_tools-0.0.9.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2040ad6fc5e09827d65245b943bf638058d7e863759aa6fa1441562ead429f90 |
|
MD5 | 55d598dfdb76dbfc360f709f8feaba2f |
|
BLAKE2b-256 | 036aa3908145c5d41fbb10c057ae12fe2efa00f1dfd7ba5ff757b2b9bcb812d2 |
File details
Details for the file albanian_tools-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: albanian_tools-0.0.9-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0e48e59553058c3c7c969eb251890060c2972cd3fcd2d2515fdf7f6052c83c8 |
|
MD5 | 6e8fe84cf4ccc2e10b815c940b63d248 |
|
BLAKE2b-256 | a9dbaf25a9aa3ed42b3bda986a1527ddbf78484202974ea03be11302151dcd2e |