I'm new to linux and I was looking for a Chinese handwriting recognition feature but couldn't find it. I was wondering if there is a software or flavor of *buntu that I can download that has this feature.
1 Answer
$ apt-cache search 'chinese handwriting'
tegaki-zinnia-simplified-chinese - Simplified Chinese handwriting model for Zinnia
tegaki-zinnia-traditional-chinese - Traditional Chinese handwriting model for Zinnia$ apt-cache search tegaki
tegaki-zinnia-japanese - Japanese handwriting model for Zinnia
tegaki-zinnia-simplified-chinese - Simplified Chinese handwriting model for Zinnia
tegaki-zinnia-traditional-chinese - Traditional Chinese handwriting model for ZinniaI've not used these, but you could sudo apt-get install them to try.
is the project page with links to documentation and source code.
Synaptic package manager (synaptic) also has more detailed descriptions of them, if you're interested.
1