Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mats

#1
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
#2
Hi Axin,

To keep the size of the dictionaries down, I decided two make two versions, but only one has been uploaded so far. The uploaded dictionary is intended for phones without support for Chinese, and it includes a stroke order index and a bitmap font, but no Chinese index. The second has a Chinese index, but no bitmap font and no stroke order index. Still, the dictionaries are quite large. Both dictionaries were submitted a couple of weeks ago, so I hope it will be uploaded soon. Also, some notes ought to be added to let people know the difference between the dictionaries. I have sent some suggestions to that effect to the web master. The not yet uploaded dictionary contains traditional versions for all entries. Originally, I did not intend the currently uploaded dictionary to have traditional characters at all, but I realized that that was not good idea, so I added them for short words. i.e. when I could display them without line breaks using the bitmap font. For longer words, I just add a degree sign as a warning if the traditional version of the word is different from the simplified version. So it is intentional. I don't know if I understand your question about strokes. They basics is explained in the README-Dictionary.txt or you can check e.g. http://en.wikipedia.org/wiki/Wubihua_method. Taking xiáng as example, here is the corresponding entry from the modern stroke order standard.
#3
A new Chinese-English dictionary is now available at http://dictionarymid.sourceforge.net/dict.html#Chinese. It is based on CC-CEDICT published by MDGB. It is intended for phones without built-in support for Chinese, so it contains a stroke order index (based on modern stroke orders for mainland China) and a bitmap font based on unifont. In order to save space, some information has been omitted from the indexes, though. Still, the dictionary may be too large for many phones. I'll be happy to answer questions and to receive reports on problems.

Noting that many downloads of the Chinese-English dictionary originate from China, I have also prepared a more traditional version, suitable for Chinese phones, omitting the stroke order index and bitmap font, but keeping the Chinese index. This version might be uploaded later.

/Mats