a basic set of tools to work with Tamil text
Project description
* அரிச்சுவடி - Arichuvadi
இந்த பைத்தான் பொதி, தமிழ்ச்சரங்ளை எழுத்துக்களாக நறுக்கும் மிகவெளிய வேலையைச்செய்ய உதவும்.
This packages was written as part of regex engine from scratch for tamil. It provides very basic functionalities such as splitting the string into characters inline with how a native Tamil speakers thinks. Open-Tamil package by contrast provides a myriad of utilities to deal with Tamil text.
* எடு.கா.:
#+begin_src python
# -*- coding: utf-8 -*-
import arichuvadi as ari
saram = 'The Great உயர்தனிச்செம்மொழி தமிழ்!!!'
print(1, saram)
print(2, list([i for i in saram]))
print(3, ari.get_letters_coding(saram))
print(4, ari.get_letters_glyph(saram))
#+end_src
#+RESULTS:
1 The Great உயர்தனிச்செம்மொழி தமிழ்!!!
2 [T, h, e, , G, r, e, a, t, , உ, ய, ர, ், த, ன, ி, ச, ், ச, ெ, ம, ், ம, ொ, ழ, ி, , த, ம, ி, ழ, ், !, !, !]
3 [T, h, e, , G, r, e, a, t, , உ, ய, ர், த, னி, ச், செ, ம், மொ, ழி, , த, மி, ழ், !, !, !]
4 [T, h, e, , G, r, e, a, t, , உ, ய, ர், த, னி, ச், செ, ம், மொ, ழி, , த, மி, ழ், !, !, !]
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
arichuvadi-0.0.6.tar.gz
(47.8 kB
view details)
File details
Details for the file arichuvadi-0.0.6.tar.gz
.
File metadata
- Download URL: arichuvadi-0.0.6.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4b5dd148b8f5dd62b608739b92f51f580a6963b24db8c1f8f9e8265a4582490 |
|
MD5 | e80887d14b45e90dac8b6bbc7f2b7fda |
|
BLAKE2b-256 | dbc4fa3590aa1ec0983f96a95628794410c8bb5e0cd832a5498a15271304d373 |