A small package for working with Albanian language texts.
Project description
Albanian Tools
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.13.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file albanian_tools-0.0.13.tar.gz
.
File metadata
- Download URL: albanian_tools-0.0.13.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 | cbabb34ed1321d5b67ebc37f2bee3e84b7d4f10782e79fa2f5c1497e3d9cf10a |
|
MD5 | 6ca9aa0fba6a46726df1d68e52bf91b2 |
|
BLAKE2b-256 | 6a4dff37264c6c050d9fbb29dcc3e93c00a60c61441755d1f3bbb6b53f388c3d |
File details
Details for the file albanian_tools-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: albanian_tools-0.0.13-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 | 9aff5af63f3c6c2e5356a94df40a28f9ff3e30ffeda2636157346f5c9820f016 |
|
MD5 | 4e5986b0ffe5c18bf6527494ba01e218 |
|
BLAKE2b-256 | 2538a24eddc1ceb9b75a8c46d1bd71302ebf9df481559bc5623ca03a712525b1 |