-
Notifications
You must be signed in to change notification settings - Fork 20
Request to add transliterations as synonyms for kindle mobi dict #217
Copy link
Copy link
Open
Labels
1-enhancement1 Type: New feature or an improvement1 Type: New feature or an improvement2-exporter2 Section: Exporting to various formats2 Section: Exporting to various formats3-python3 Language: Pythonic stuff3 Language: Pythonic stuffp3Priority 3: Could have, if there's time and inclinationPriority 3: Could have, if there's time and inclinationstuck!Help! I'm stuck!Help! I'm stuck!t1Time: an hour or less (1min-60min)Time: an hour or less (1min-60min)
Metadata
Metadata
Assignees
Labels
1-enhancement1 Type: New feature or an improvement1 Type: New feature or an improvement2-exporter2 Section: Exporting to various formats2 Section: Exporting to various formats3-python3 Language: Pythonic stuff3 Language: Pythonic stuffp3Priority 3: Could have, if there's time and inclinationPriority 3: Could have, if there's time and inclinationstuck!Help! I'm stuck!Help! I'm stuck!t1Time: an hour or less (1min-60min)Time: an hour or less (1min-60min)
Type
Projects
Status
Todo
Problem Statement
Currently, the provided .mobi file works well as dict in kindle. But the lookup only works with romanized pali script.
So long tap on अस्सोसि fails, but assosi works. Similar issue for pali when it is in sinhala/burmese/thai script
Proposed Solution
It is possible to add synonyms when building the dict. The synonym file tells the kindle to show the meaning for assosi even when the user taps on अस्सोसि.
User Value
Its a lot easier to read pali in devnagri for hindi speakers, simialarly in sinhala script for sinhala speakers. But right now, this excellent dict is unusable when reading suttas on kindle in devnagri-script pali or sinhala-script pali
Implementation Ideas (optional)
When building the dict the synonym could be added as a new orth entry. This is to be done by the kindle exported python script
The transliterations can be generated via aksharmula or similar python libraries (pre-debugged)