1. First, you need to check whether your requirement is actually feasible. The way to do this is by confirming whether Amazon’s official dictionary (Download in kindle store) supports this feature.
2. If Amazon’s official dictionary does support it, you can try using tools like mobiunpack to extract the dictionary and see how the official dictionary implements it.
3. If even Amazon’s official dictionary doesn’t have this feature, it means Kindle doesn’t support it. A possible workaround is to avoid using the inflection function and instead convert all inflected forms into orth entries. In other words, create one entry per inflection (copy the definition of the root word). Although this will make the source file much larger, since most of the content is repetitive, Kindle’s compression should handle it well, so the final MOBI file size likely won’t increase too much.
|