Translate normal text into Cartinese.
Project description
Translate normal text into Cartinese.
Usage
import cartinese
text = "Hello, what is your name?"
configuration = cartinese.Configuration()
translated = cartinese.translate(text, configuration)
print(translated)
Configuration
import cartinese
text = "Hello, what is your name?"
# you can use
configuration = cartinese.Configuration()
configuration.swap_letter_p = 0.9
# or
configuration = cartinese.Configuration(swap_letter_p = 0.9)
translated = cartinese.translate(text)
print(translated)
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
cartinese-0.3.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cartinese-0.3.0.tar.gz.
File metadata
- Download URL: cartinese-0.3.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a92120b8a390332a300a447291e79a8b91ca23683880df6893b2837a41cb3598
|
|
| MD5 |
79261c468bd3c6a9232d214608546881
|
|
| BLAKE2b-256 |
37a06c4933fa4e310635c9ac3cfc9604d95eb33a37aa44a5239afcea7140eaed
|
File details
Details for the file cartinese-0.3.0-py3-none-any.whl.
File metadata
- Download URL: cartinese-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f22e4ed30df9af6f36fde6494c1737599dddd1084c38f61681da3c24f610d4c
|
|
| MD5 |
a59f5d0b6b5b60cce90550afd5a693e8
|
|
| BLAKE2b-256 |
08d57ae6b43bb2dd713ed66e15b993827868d179096ad931336ff85af1ed8d73
|