Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/irfanalibabar/abbie-sanskrit

Split location Prediction in Sanskrit compound words
https://github.com/irfanalibabar/abbie-sanskrit

pycharm python sanskrit-language

Last synced: 11 days ago
JSON representation

Split location Prediction in Sanskrit compound words

Awesome Lists containing this project

README

        


Alt Text
Alt Text

# ABBIE: Attention-Based BI-Encoders for Predicting Where to Split Compound Sanskrit Words
Irfan Ali, Liliana Lo Presti, Igor Spano', Marco La Cascia

## This project implements the prediction of the split location in the Sanskrit compound words.

Recognizing the exact location of splits in a compound word is difficult since several possible splits can be found, but only a few are semantically meaningful.

We propose a novel deep-learning method that uses **two bi-encoders to encode character-level contextual information for direct and reverse sequence and multi-head attention** module to predict the valid split location in Sanskrit compound words.

ABBIE has been implemented in Python 3.10.14 with Keras API running on the TensorFlow backend and adopted the mean squared error (MSE) as a loss function.