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.11.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file albanian_tools-0.0.11.tar.gz
.
File metadata
- Download URL: albanian_tools-0.0.11.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 | d598d9279aa0a7d16347cb6a4211ac1e804dcb51099b5c338f641ae86b804b90 |
|
MD5 | ad5f87c7e89ebc0c16c306247b8b3c77 |
|
BLAKE2b-256 | 4f949e99e1a70b98b927f2b0d300e2edf08c02b270bd36be87c7a49ac434d1a9 |
File details
Details for the file albanian_tools-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: albanian_tools-0.0.11-py3-none-any.whl
- Upload date:
- Size: 4.6 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 | 66e32912b7339d902e09e252ff679daa472399311fc61ba321ed71876c172264 |
|
MD5 | 073a8cc95507389198b46fe47c3f50a5 |
|
BLAKE2b-256 | 7ad82a7b3b8b80d74d38c8bae9af11524c077517e076e4b474ba7430b91f00b0 |