Making words
Project description
slovo (wip)
Slovo (slo-vo, Ukrainian for "word"). Tiny lib for making words into... well into something.
Examples
Creating Langauge Class Instance
from slovo import Word, Gender, Term
# New usage Class can be created via instantiation
class Castellano(Word):
lang = "es"
print(Castellano("verde"))
>> (es) verde
# Or Using class methods
Eng = Word.constr("Eng", "en")
print(Eng("Hello"))
> (en) Hello
Combining Words
words = Eng("Hello")+Eng("There")
print(words, words.)
> (en) Hello There
TODO
....
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
slovo-2020.3.25.tar.gz
(4.6 kB
view details)
File details
Details for the file slovo-2020.3.25.tar.gz
.
File metadata
- Download URL: slovo-2020.3.25.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 179c8d175826d90a049d3894d41a154519e00370465dac03e3d244bfd82b9132 |
|
MD5 | e4bab6b7c1cb62902f89feeed70b629c |
|
BLAKE2b-256 | 74403fdde98b17ed59fc679f4a5b6b660101bc8d4df8137cf06718c4d4d0cb40 |