0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 25, 2024 — Apr 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add function print_tamil_words to the UTF8 module; Add the demos to the default install paths in open-tamil as Python scripts; This provides functions: tamilphonetic - convert EN input to Tamil text tamilwordfilter - filter Tamil input only from all input text data tamilurlfilter - filter Tamil text from the input website data tamiltscii2utf8 - convert encoding from TSCII to UTF-8 for input file tamilwordgrid - generate a crossword from Tamil input text and write to output.html file tamilwordcount - like UNIX wc program but for Tamil More... about 7 years ago
add codecs.open API for clean reads; error message handling in some cases More... about 7 years ago
support Python2 also More... about 7 years ago
Merge pull request #134 from ssurenr/master More... about 7 years ago
Add License More... about 7 years ago
Merge pull request #135 from sbuvaneshkumar/patch-1 More... about 7 years ago
Update README.md More... about 7 years ago
Update README.md More... about 7 years ago
சில எழுத்துப் பிழைகள் நீக்கப்பட்டது More... about 7 years ago
Add File Stats Display functionality More... about 7 years ago
1) OpenTamilWeb directory is actually the webapp forked and integrated version of Syed Abuthahir repository 2) Added Affero GPL for that sub-directory work 3) Add ML SciKitLearn examples from earlier work in Dec, 2017 More... about 7 years ago
Fix issue #132 Solution : append non-Tamil unicode points in input string a separate entities of list in order of observation. More... about 7 years ago
Issue with get_letters method #132 More... about 7 years ago
Numeral module python3 picks out wrong code comparing strings with numbers; This bug is fixed now. More... about 7 years ago
1) Update reverse transliteration to use same dictionary order between Python versions More... about 7 years ago
Provide multiplication Tables in Tamil via Open-Tamil numeral module Integrate this with AJAX via existing /number/$num?type=IN API for webapp via Django Validated manually in Firefox Quantum More... about 7 years ago
1) Allow string based inputs for num2tamilstr and num2tamilstr_american 2) This lets user convert things like 1/3 (with endless repetitions as finite numeric string More... about 7 years ago
1) Prepare for 0.7 version release of Open-Tamil 2) Add uses of reverse-transliteration feature; this allows conversion of Tamil script into Roman script tables based on existing forward transliteration tables 3) Unittest for #2 4) Minor flake8 items corrections More... about 7 years ago
Initial working skeleton More... about 7 years ago
Merge branch 'master' of https://github.com/Ezhil-Language-Foundation/open-tamil More... about 7 years ago
Add Tamil digits as list of tuples in preparation for numeral project More... about 7 years ago
Merge pull request #129 from subramani95/patch-1 More... about 7 years ago
Adding 'Dockerfile' More... about 7 years ago
std UoM transliteration standard More... about 7 years ago
Merge pull request #128 from abuvanth/master More... about 7 years ago
1) Add University of Madras transliteration and reverse transliteration method detail to the library. 2) Unittest na usure... 3) Preprocess pazhaiya kanakku More... over 7 years ago
Web app for open tamil in dango More... over 7 years ago
preprocess function will add 3 extra features to the data() method of Feature class Among other interesting coding works, adding 2 more features to my classifier reverse-transliteration vowel presence, unigram Tamil score, bigram Tamil score, its accuracy increases from 87% -> 95%. Pretty cool for being lazy ... thanks SciKit Learn and Open-Tamil. More... over 7 years ago
1) Added Greedy transliterator class 2) Added unittest 3) Git ignore to drop NN representation files More... over 7 years ago
3-layer simple ANN gives upto 88% accuracy in prediciton. More... over 7 years ago