paper-with-me

Papers

Neural Compound-Word (Sandhi) Generation and Splitting in Sanskrit Language

2020-10-24 · Sushant Dave, Arun Kumar Singh, Dr. Prathosh A. P., Prof. Brejesh Lall

This paper describes neural network based approaches to the process of the formation and splitting of word-compounding, respectively known as the Sandhi and Vichchhed, in Sanskrit language. Sandhi is an important idea essential to morphological analysis of Sanskrit texts. Sandhi leads to word transformations at word boundaries. The rules of Sandhi formation are well defined but complex, sometimes optional and in some cases, require knowledge about the nature of the words being compounded. Sandhi split or Vichchhed is an even more difficult task given its non uniqueness and context dependence. In this work, we propose the route of formulating the problem as a sequence to sequence prediction task, using modern deep learning techniques. Being the first fully data driven technique, we demonstrate that our model has an accuracy better than the existing methods on multiple standard datasets, despite not using any additional lexical or morphological resources. The code is being made available at https://github.com/IITD-DataScience/Sandhi_Prakarana

📄 PDF Abstract BibTeX arXiv:2010.12940

Code (1)

IITD-DataScience/Sandhi_Prakarana 공식 구현

Tasks

Morphological Analysis

Similar Papers 제목 키워드 기반

Sanskrit Sandhi Splitting using seq2(seq)^2

2018-01-01 · Rahul Aralikatte, Neelamadhav Gantayat, Naveen Panwar, Anush Sankaran 외

In Sanskrit, small words (morphemes) are combined to form compound words through a process known as Sandhi. Sandhi splitting is the process of splitting a given compound word into its constituent morphemes. Although rule…

Chinese Word SegmentationDecoder

Sanskrit Sandhi Splitting using seq2(seq)2

2018-10-01 · EMNLP 2018 10 · Rahul Aralikatte, Neelamadhav Gantayat, Naveen Panwar, Anush Sankaran 외

In Sanskrit, small words (morphemes) are combined to form compound words through a process known as Sandhi. Sandhi splitting is the process of splitting a given compound word into its constituent morphemes. Although rule…

Chinese Word SegmentationDecoder

Sanskrit Word Segmentation Using Character-level Recurrent and Convolutional Neural Networks

2018-10-01 · EMNLP 2018 10 · Oliver Hellwig, Sebastian Nehrdich

The paper introduces end-to-end neural network models that tokenize Sanskrit by jointly splitting compounds and resolving phonetic merges (Sandhi). Tokenization of Sanskrit depends on local phonetic and distant semantic …

Feature Engineering

Using n-aksaras to model Sanskrit and Sanskrit-adjacent texts

2023-01-30 · Charles Li

Despite -- or perhaps because of -- their simplicity, n-grams, or contiguous sequences of tokens, have been used with great success in computational linguistics since their introduction in the late 20th century. Recast a…

Computational Algorithms Based on the Paninian System to Process Euphonic Conjunctions for Word Searches

2014-09-15 · S. V. Kasmir Raja, V. Rajitha, Meenakshi Lakshmanan

Searching for words in Sanskrit E-text is a problem that is accompanied by complexities introduced by features of Sanskrit such as euphonic conjunctions or sandhis. A word could occur in an E-text in a transformed form o…