Sandhi Checker
Tamil Sandhi Checker is project by Mrs. Nithya Shrinivasan, distributed under GNU GPLv3 terms.Tamil Sandhi Checker is an ongoing project to provide automatic detection and correction of "sandhi" grammatical errors in writing Tamil.
Read more about this project at here on github.
Sandhi Checker JSON API
This service provides sandhi checker for given tamil text.
- Input data: Tamil words
- Return : Sandhi checked tamil strings
POST http://tamilpesu.us/sandhi-checker/ Data: tamiltext="Inputtamiltext" Result: '{"old":"input tamil text","new":"Output tamil text"}'