Papers by Senthil Mani
Sanskrit Sandhi Splitting using seq2(seq)2 (D18-1)
Copied to clipboard
| Challenge: | Existing methods for word splitting in Sanskrit have low accuracy as the same compound word might be broken down in multiple ways to provide syntactically correct splits. |
| Approach: | They propose a deep learning architecture called Double Decoder RNN which predicts the location of the splits with 95% accuracy and 79.5% accuracy. |
| Outcome: | The proposed model outperforms the state-of-the-art in the problem of Chinese word segmentation with 79.5% accuracy and the existing model's generalization capability. |