Hi Axin,
thanks for your interest in the dictionaries. Pinyin search is enabled in the uploaded dictionary, so you can search for Chinese words, although not by using Chinese characters, and the stroke order search is of course also in the direction Chinese -> English.
It is possible that size is no problem for modern phones. My own phone is slow for large dictionaries, so I tried to trim down the size as much as possible. Most of the trimming is actually done in the English index. I have assumed that Chinese phones generally have some stroke based input method built-in, so that the stroke order index is not needed for those, and they don't need any bitmap font either. On the other hand, phones without support for Chinese have no use for a Chinese (Hanzi) index, but they need a bitmap font and a structural index. That is the basis for the two versions I have made.
The unpublished dictionary has about the same size as the current. An all-inclusive dictionary would be about 17 MB, but the Chinese index per se only adds about one MB. I've temporarily made the unpublished version (plus a large version) available at http://mats_ogren.ownit.name/DictionaryForMIDs.html if you would like to try it. I think that if everything is included, it would be nice to have the option to select which fields to display. Currently, it seems that such a feature is not implemented, although there are some traces of it in the Java code. I think that at least single character words should have both traditional and simplified versions included, if they differ. I'm thankful for your suggestions, though.
If I release updated dictionaries in the future, they will be in a single package, even if the package might include more than one version. Two packages seem to be one too many to manage on the web site.
/Mats
thanks for your interest in the dictionaries. Pinyin search is enabled in the uploaded dictionary, so you can search for Chinese words, although not by using Chinese characters, and the stroke order search is of course also in the direction Chinese -> English.
It is possible that size is no problem for modern phones. My own phone is slow for large dictionaries, so I tried to trim down the size as much as possible. Most of the trimming is actually done in the English index. I have assumed that Chinese phones generally have some stroke based input method built-in, so that the stroke order index is not needed for those, and they don't need any bitmap font either. On the other hand, phones without support for Chinese have no use for a Chinese (Hanzi) index, but they need a bitmap font and a structural index. That is the basis for the two versions I have made.
The unpublished dictionary has about the same size as the current. An all-inclusive dictionary would be about 17 MB, but the Chinese index per se only adds about one MB. I've temporarily made the unpublished version (plus a large version) available at http://mats_ogren.ownit.name/DictionaryForMIDs.html if you would like to try it. I think that if everything is included, it would be nice to have the option to select which fields to display. Currently, it seems that such a feature is not implemented, although there are some traces of it in the Java code. I think that at least single character words should have both traditional and simplified versions included, if they differ. I'm thankful for your suggestions, though.
If I release updated dictionaries in the future, they will be in a single package, even if the package might include more than one version. Two packages seem to be one too many to manage on the web site.
/Mats