
Please use the link to apply for this sponsorship https://docs.google.com/forms/d/e/1FAIpQLSfXOkTttYToaytyVvIobsl-ir6YBDS4O2zODVnwUQy7VTW1jQ/viewform?usp=pp_url
Ezhil Language Foundation
தமிழில் நிரல் எழுது – Write code in தமிழ்
எழில் : தமிழ் நிரலாக்க மொழி (Ezhil Language Blog) [opinions are my own]
Please use the link to apply for this sponsorship https://docs.google.com/forms/d/e/1FAIpQLSfXOkTttYToaytyVvIobsl-ir6YBDS4O2zODVnwUQy7VTW1jQ/viewform?usp=pp_url
Ezhil Language Foundation
I’m happy to announce Open-Tamil 0.7 release, today 23rd March, 2018. Open-Tamil is distributed under MIT license, and available for Python 2.6, 2.7, 3+ and PyPy platforms, via the Python Package index at https://pypi.python.org/pypi/Open-Tamil/0.7
You can install the package via ‘$ pip install –upgrade open-tamil’ command issued in your console.
Following updates are made to the Python package:
1. tamilphonetic – convert EN input to Tamil text
2. tamilwordfilter – filter Tamil input only from all input text data
3. tamilurlfilter – filter Tamil text from the input website data
4. tamiltscii2utf8 – convert encoding from TSCII to UTF-8 for input file
5. tamilwordgrid – generate a crossword from Tamil input text and write to output.html file
6. tamilwordcount – like UNIX wc program but for Tamil
In addition to the package, a web interface was developed for Open-Tamil in Django hosted at http://tamilpesu.us for demonstrating some of our capabilities.
We like to thank all our contributors in general, and in particular those members who contributed new code or bug fixes going into this release.
Previous release was v0.67 on Aug 23rd, 2017 and v0.65 was released on Oct 22nd 2016. Please share the word, and send us any bugs, feature requests or feedback via our github page https://github.com/Ezhil-Language-Foundation/open-tamil
Sincerely,
Muthu for Open-Tamil team.
Chennai, India.
ஒன்ருடன் ஒன்ரு சமன்பாடு (ASCII – ஆங்கிலம் போன்று இல்லாதது) பல பைட்டு தமிழ் குறியீடு – Unicode and Tamil multi-byte encoding என்பதை சறியாக புறிந்து கொள்வதை பற்றி தமிழ்நாடு பயனத்தில், SKP கல்லூரி, SRM பல்கலைகழகத்திலும் இந்த வாரம் பேசினேன்.
இந்த நிரல் கீழே
# -*- coding: utf-8 -*- import tamil name = u"கௌசல்யா" L = len(tamil.utf8.get_letters(name)) print(u"name variable has %d letters"%L) assert L == 4 # ஒன்ருடன் ஒன்ரு சமன்பாடு - பல பைட்டு தமிழ் குறியீடு