Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/irfanalibabar/abbie-sanskrit
- Owner: IrfanAliBabar
- Created: 2024-12-06T15:48:38.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:48:51.000Z (12 days ago)
- Last Synced: 2024-12-11T12:19:01.352Z (12 days ago)
- Topics: pycharm, python, sanskrit-language
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.