SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
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

Contenu connexe

En vedette

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
 

En vedette (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
 

Similaire à 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
 

Similaire à 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
 

Dernier

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 

Dernier (20)

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 

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