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.4.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file albanian_tools-0.0.4.tar.gz
.
File metadata
- Download URL: albanian_tools-0.0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f36f99aa4f737d3f1873175be98890c0e038abcaa8d974ac74853379f97d176 |
|
MD5 | 98bf5853728fbf2321f92318270fbf06 |
|
BLAKE2b-256 | 0512a3065a31d2b201278ed387eb273b797b247c24d0ac4f4917ca5f645289a4 |
File details
Details for the file albanian_tools-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: albanian_tools-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | 649899ec3c61796c9b63af380e26ceb7f68ca704107f796af48ef9eb9e9a54f2 |
|
MD5 | cf8fa2dd6af567fcdaa74ea20bbcc9a0 |
|
BLAKE2b-256 | d5195196fa016bd334139cb12288da2adfe73eaf66d6746a8aa446df98a57935 |