Building a Word Segmenter for Sanskrit Overnight
Vikas Reddy, Amrith Krishna, Vishnu Dutt Sharma, Prateek Gupta,, Vineeth M R, Pawan Goyal

TL;DR
This paper presents a deep seq2seq model for Sanskrit word segmentation that effectively handles Sandhi, outperforming existing linguistically complex models with a simple, knowledge-lean approach trained overnight.
Contribution
It introduces a novel deep learning method for Sanskrit Sandhi segmentation that is simpler, faster to train, and more accurate than current state-of-the-art models.
Findings
Achieves 16.79% higher accuracy than existing models.
Uses only raw Sandhi text as input without external linguistic resources.
Can be trained overnight for production use.
Abstract
There is an abundance of digitised texts available in Sanskrit. However, the word segmentation task in such texts are challenging due to the issue of 'Sandhi'. In Sandhi, words in a sentence often fuse together to form a single chunk of text, where the word delimiter vanishes and sounds at the word boundaries undergo transformations, which is also reflected in the written text. Here, we propose an approach that uses a deep sequence to sequence (seq2seq) model that takes only the sandhied string as the input and predicts the unsandhied string. The state of the art models are linguistically involved and have external dependencies for the lexical and morphological analysis of the input. Our model can be trained "overnight" and be used for production. In spite of the knowledge lean approach, our system preforms better than the current state of the art by gaining a percentage increase of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
