Pinyin to chinese translator with dictionary.
Want to write Chinese but really can't wrap your head around the chinese characters? Not to worry! Pinyin-translator builds a local database of words and provides a quick tool to mechanically convert pinyin into traditional chinese as you type.
The application incorporates a dictionary of over 110k words and a frequency table of over 9k entries.
- unzip translator.zip
- install the vcredist_x86.exe package to install runtime libraries.
- run dist/pinyin-translator.exe
- Extract the translator.tar.gz
- run dist/translator.sh
- Install the dev packages
$ sudo apt-get install qt4-dev-tools
$ qmake
$ make
todo: