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
additional model builder itself More... over 7 years ago
prelimaries setup and able to do some training More... over 7 years ago
preprocess to generate features based on the Tamil and English wordlists as CSV file More... over 7 years ago
1) Added basic classifier to tell if sequence of Tamil letters are proper Tamil word or just transliteration of English word. More... over 7 years ago
just print Tamil words from document in a new line More... over 7 years ago
1) Add method to UTF8 module for classifying letters More... over 7 years ago
1) Reduce usage of tamil.utf8.get_letters since word is mostly same - aka - repeated calls are usually redundant More... over 7 years ago
update Tamil translation More... over 7 years ago
1) spell interface full test 2) assertEqual is right test More... over 7 years ago
1) change StopIteration code, in lieu of Python 3.6 deprecation for generators code, to vanilla return 2) update DemoTest.py sorting out import module order 3) add tests for splitMeiUyir; notes for updating spelling checker More... over 7 years ago
1) enable running spell/spell.py module for Python3 and Python2.7 interactive modes 2) ./spell2.sh -l TA tests/data/doc1.spell and ./spell.sh -l TA tests/data/doc1.spell work okay now. More... over 7 years ago
spell2.sh - driver spell/spell.py : added Tamil translations for interactive mode More... over 7 years ago
data files for spellchecker testing More... over 7 years ago
0)travis.yml updated to note drop in Python2.6 support at Travis CI endpoint 1) tamil.utf8.splitMeiUyir - allow detecting uyir letter / ayudha letter 2) tests to go through all the data files for spell checker More... over 7 years ago
data file More... over 7 years ago
spell checker updated to test full files; detected regression in spellchecker which makes this testing imperative More... over 7 years ago
Update data files (Mac OSX) More... over 7 years ago
1) BadIME, AdjacentConsonant, AdjacentVowel error detection 2) Unittest for #1 3) Add mechanism to send back messages from spell check routine whenever the object has an append method/attribute More... over 7 years ago
Side-step the reduce operation More... over 7 years ago
Python scoring algorithm for Tamil words using the unigram and bigram statistics collected from the TVU dictionary with default substitution. Unittests for same. More... over 7 years ago
Fix Missing JS libraries at static folder #127 Please note: Tinymce is distributed in open-tamil github repo to ease development efforts and not for bundled packaging. More... over 7 years ago
1) Deletion filter used to search deletion errors in spelling 2) Unittest for #1 More... over 7 years ago
Update for Python3. Tweet about todays work: https://twitter.com/ezhillang/status/930731148816162816 More... over 7 years ago
remove punctuation at end of word, whitespace at beginning of word provide transliteration from roman-tamil to Tamil script provide detection of English words inline of Tamil - translations TBD update integration and unittesting for above cases. More... over 7 years ago
accept the numeral inputs as well More... over 7 years ago
1) Add numeral words to dictionary 2) Update web UI by adding 25 row editor 3) Update web JSON/REST interface to split by any whitespace More... over 7 years ago
1) Roll with punches on Py2.6 without ordereddict 2) Spell checker to take in numbers with commas 3) Unittests for #2 4) Unittest for iyalbu punarchi issues More... over 7 years ago
Recognize numerals +/- and provide alternatives when possible Recognize date strings and leave them alone Add unittests for cases above More... over 7 years ago
Update formatting handling for the words; Reduce size of combinagrams and Norvig search space; Runtime is more faster. Added unittests for OttruSplit and some punctuation cases More... over 7 years ago
Ottru split added to boost the spell checker recognition More... over 7 years ago