|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Feb 2025
Device: Kindle
|
Kindle Previewer can't handle Custom Icelandic Dictionary
I'm creating an Icelandic dictionary for Kindle (and hopefully any ereader). I have a problem with inflections. I have two words "vor" and "vera" that both can take the form "vorum". However, Kindle lookup will only match with one. When two words share the same entry name Kindle will match both.
Code:
<html xmlns:math="http://exslt.org/math" xmlns:svg="http://www.w3.org/2000/svg"
xmlns:tl="https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf"
xmlns:saxon="http://saxon.sf.net/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cx="https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:mbp="https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf"
xmlns:mmc="https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf"
xmlns:idx="https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<mbp:frameset>
<idx:entry name="default" scriptable="yes">
<idx:orth value="vera">
<idx:infl inflgrp="noun">
<idx:iform name="vera" value="vera" />
<idx:iform name="vorum" value="vorum"/>
</idx:infl>
<p><b>vera</b> (so)</p>
</idx:orth>
</idx:entry>
<idx:entry name="default" scriptable="yes">
<idx:orth value="vor">
<idx:infl inflgrp="verb">
<idx:iform name="vera" value="vera" />
<idx:iform name="vorum" value="vorum" />
</idx:infl>
<p><b>vor</b>(no hk)</p>
</idx:orth>
</idx:entry>
</mbp:frameset>
</body>
</html>
I also have an issue with Kindle Previewer returning an error when the custom dictionary is too large. Are there any ways to create a large dictionary for Kindle? I have already tried splitting up my content into multiple html files, but that doesn't seem to work. |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot use custom dictionary in android kindle app | deafsheep | Amazon Kindle | 0 | 11-29-2023 09:17 AM |
| Is it possible to install a custom dictionary in Kindle for PC? | itfs | Amazon Kindle | 32 | 03-25-2021 11:57 PM |
| Custom Dictionary on Kindle DX | Bilter | Amazon Kindle | 0 | 12-15-2020 04:30 PM |
| Kindle Previewer 3 versus KDP Online Previewer | Contre-jour | Kindle Formats | 3 | 05-29-2018 11:05 AM |
| Previewer 3 removing custom font from some headings | jcsalomon | Kindle Formats | 13 | 01-09-2018 12:46 PM |