SlideShare uma empresa Scribd logo
1 de 10
Baixar para ler offline
Developments in Open-Tamil Library
T. Arulalan, T. Shrinivasan+
, and A. Muthiah*
INFIIT 2016, Dindugul, Tamilnadu
+tshrinivasan@gmail.com
*ezhillang@gmail.com
Introduction
● Help create high-level
applications in Tamil
● Fully open-source
● Published and
maintained from 2014
● Available via Python
Package index - pip
● Developed via Git
● Many contributions
from 10 developers
● Library for Tamil text
processing
● Word games
● Encoding conversions
Spell checker based on OpenTamil
Integration of solthiruthi spell-checker from open-tamil with TinyMCE web editor
Work in progress
Word Search Games
Game generated using Open-Tamil library
Find the world leaders
during the 1950s
Document Statistics
$ python solpattiyal.py document.txt
Outputs:
1. Number of unique words in doc
2. Word frequency
3. Words in Tamil dictionary sorted order
Open-tamil ச|வா|வால|வாசல|சவால
● Generate Anagrams
● Generate Combinations of words
● Partial words
● Check if word is a palindrome
import tamil
from solthiruthi.dictionary import *
TVU_dict = DictionaryBuilder.create(TamilVU)
word = u’சவால’
q=list(tamil.wordutils.combinagrams(word,TVU_dict))
print(u'|'.join(q))
which gives you the output, ச|வா|வால|வாசல|சவால
Ref: See ezhillang.wordpress.com blog here
Word Play - Tamil Anagrams
We can compute anagrams in Tamil
e.g. using TVU word list → at ezhillang blog
https://ezhillang.wordpress.com/2015/07/27/open-tamil-anagrams-in-tamil-vu-word-list/
Open-Tamil – Java library
● Available for use in Java
● Build Tamil apps easily
Quality
● Open-Tamil project is developed on www.github.com
● Approximately 16k LOC - (13,579 LOC), solthiruthi (1,594 LOC),
and ngram (187 LOC), in the latest development repository.
● Over 208 unittests (2,705 LOC) that test our source code
modules tamil
● All source code checkin on github trigger the continuous
integration tests via Travis-CI
● Supported Python flavors ( v2.6, v2.7, v3.3, v3.5, and PyPy)
● Manual testing of Java and Ruby tests.
● Github workflow
Conclusions
● Further contributions required to document the
library and write tutorials for us
● Improve quality, test and report bugs
● More students and developers may avail this
library and build high level applications
● Project support and sponsors are sought out

Mais conteúdo relacionado

Destaque

A quick quiz 2011 qs
A quick quiz 2011 qsA quick quiz 2011 qs
A quick quiz 2011 qsNeill Ford
 
Medical quiz in images
Medical quiz in imagesMedical quiz in images
Medical quiz in imageskiranvs123
 
1500 computer awareness_bits_for_ibps
1500 computer awareness_bits_for_ibps1500 computer awareness_bits_for_ibps
1500 computer awareness_bits_for_ibpsRicky Dky
 
Computer fundamentals mcq quiz - Practice and prepare with mcqSets.com
Computer fundamentals mcq quiz - Practice and prepare with mcqSets.comComputer fundamentals mcq quiz - Practice and prepare with mcqSets.com
Computer fundamentals mcq quiz - Practice and prepare with mcqSets.comSuresh Khanal
 
SCIENCE COMPUTER MATH Quiz Bee
SCIENCE COMPUTER MATH Quiz BeeSCIENCE COMPUTER MATH Quiz Bee
SCIENCE COMPUTER MATH Quiz BeeAlvin Ayo-ong
 
Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)
Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)
Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)Suresh Khanal
 
Computer Quiz (August 2013)
Computer Quiz (August 2013)Computer Quiz (August 2013)
Computer Quiz (August 2013)Soham Banerjee
 
Computer quiz for primary classes
Computer quiz for primary classesComputer quiz for primary classes
Computer quiz for primary classesRajashekar_rs
 

Destaque (9)

A quick quiz 2011 qs
A quick quiz 2011 qsA quick quiz 2011 qs
A quick quiz 2011 qs
 
Medical quiz in images
Medical quiz in imagesMedical quiz in images
Medical quiz in images
 
1500 computer awareness_bits_for_ibps
1500 computer awareness_bits_for_ibps1500 computer awareness_bits_for_ibps
1500 computer awareness_bits_for_ibps
 
Computer fundamentals mcq quiz - Practice and prepare with mcqSets.com
Computer fundamentals mcq quiz - Practice and prepare with mcqSets.comComputer fundamentals mcq quiz - Practice and prepare with mcqSets.com
Computer fundamentals mcq quiz - Practice and prepare with mcqSets.com
 
SCIENCE COMPUTER MATH Quiz Bee
SCIENCE COMPUTER MATH Quiz BeeSCIENCE COMPUTER MATH Quiz Bee
SCIENCE COMPUTER MATH Quiz Bee
 
Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)
Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)
Microsoft Excel MCQ Bank from mcqSets.com (Multiple Choice Questions from Excel)
 
Computer Quiz (August 2013)
Computer Quiz (August 2013)Computer Quiz (August 2013)
Computer Quiz (August 2013)
 
Computer quiz for primary classes
Computer quiz for primary classesComputer quiz for primary classes
Computer quiz for primary classes
 
IT Quiz
IT QuizIT Quiz
IT Quiz
 

Semelhante a Open tamil-infitt-2016 v3

Open-Tamil text processing library
Open-Tamil text processing libraryOpen-Tamil text processing library
Open-Tamil text processing libraryezhillang
 
Tamilinayavaani - integrating tva open-source spellchecker with python
Tamilinayavaani -  integrating tva open-source spellchecker with pythonTamilinayavaani -  integrating tva open-source spellchecker with python
Tamilinayavaani - integrating tva open-source spellchecker with pythonShrinivasan T
 
Growth and evolution of Open-Tamil
Growth and evolution of Open-TamilGrowth and evolution of Open-Tamil
Growth and evolution of Open-Tamilezhillang
 
Python Programming Introduction For Students
Python Programming Introduction For StudentsPython Programming Introduction For Students
Python Programming Introduction For StudentsShaunakBale1
 
Python Programming Awarenes for Kids and Non Programmers
Python Programming Awarenes for Kids and Non ProgrammersPython Programming Awarenes for Kids and Non Programmers
Python Programming Awarenes for Kids and Non ProgrammersElaiya Iswera Lallan
 
introduction to Python (for beginners)
introduction to Python (for beginners)introduction to Python (for beginners)
introduction to Python (for beginners)guobichrng
 

Semelhante a Open tamil-infitt-2016 v3 (9)

Open-Tamil text processing library
Open-Tamil text processing libraryOpen-Tamil text processing library
Open-Tamil text processing library
 
Tamilinayavaani - integrating tva open-source spellchecker with python
Tamilinayavaani -  integrating tva open-source spellchecker with pythonTamilinayavaani -  integrating tva open-source spellchecker with python
Tamilinayavaani - integrating tva open-source spellchecker with python
 
Growth and evolution of Open-Tamil
Growth and evolution of Open-TamilGrowth and evolution of Open-Tamil
Growth and evolution of Open-Tamil
 
Python Programming Introduction For Students
Python Programming Introduction For StudentsPython Programming Introduction For Students
Python Programming Introduction For Students
 
Python Programming Awarenes for Kids and Non Programmers
Python Programming Awarenes for Kids and Non ProgrammersPython Programming Awarenes for Kids and Non Programmers
Python Programming Awarenes for Kids and Non Programmers
 
Python Training in Bangalore
Python Training in BangalorePython Training in Bangalore
Python Training in Bangalore
 
introduction to Python (for beginners)
introduction to Python (for beginners)introduction to Python (for beginners)
introduction to Python (for beginners)
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
summer t.pdf
summer t.pdfsummer t.pdf
summer t.pdf
 

Último

WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...masabamasaba
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 

Último (20)

WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 

Open tamil-infitt-2016 v3

  • 1. Developments in Open-Tamil Library T. Arulalan, T. Shrinivasan+ , and A. Muthiah* INFIIT 2016, Dindugul, Tamilnadu +tshrinivasan@gmail.com *ezhillang@gmail.com
  • 2. Introduction ● Help create high-level applications in Tamil ● Fully open-source ● Published and maintained from 2014 ● Available via Python Package index - pip ● Developed via Git ● Many contributions from 10 developers ● Library for Tamil text processing ● Word games ● Encoding conversions
  • 3. Spell checker based on OpenTamil Integration of solthiruthi spell-checker from open-tamil with TinyMCE web editor Work in progress
  • 4. Word Search Games Game generated using Open-Tamil library Find the world leaders during the 1950s
  • 5. Document Statistics $ python solpattiyal.py document.txt Outputs: 1. Number of unique words in doc 2. Word frequency 3. Words in Tamil dictionary sorted order
  • 6. Open-tamil ச|வா|வால|வாசல|சவால ● Generate Anagrams ● Generate Combinations of words ● Partial words ● Check if word is a palindrome import tamil from solthiruthi.dictionary import * TVU_dict = DictionaryBuilder.create(TamilVU) word = u’சவால’ q=list(tamil.wordutils.combinagrams(word,TVU_dict)) print(u'|'.join(q)) which gives you the output, ச|வா|வால|வாசல|சவால Ref: See ezhillang.wordpress.com blog here
  • 7. Word Play - Tamil Anagrams We can compute anagrams in Tamil e.g. using TVU word list → at ezhillang blog https://ezhillang.wordpress.com/2015/07/27/open-tamil-anagrams-in-tamil-vu-word-list/
  • 8. Open-Tamil – Java library ● Available for use in Java ● Build Tamil apps easily
  • 9. Quality ● Open-Tamil project is developed on www.github.com ● Approximately 16k LOC - (13,579 LOC), solthiruthi (1,594 LOC), and ngram (187 LOC), in the latest development repository. ● Over 208 unittests (2,705 LOC) that test our source code modules tamil ● All source code checkin on github trigger the continuous integration tests via Travis-CI ● Supported Python flavors ( v2.6, v2.7, v3.3, v3.5, and PyPy) ● Manual testing of Java and Ruby tests. ● Github workflow
  • 10. Conclusions ● Further contributions required to document the library and write tutorials for us ● Improve quality, test and report bugs ● More students and developers may avail this library and build high level applications ● Project support and sponsors are sought out