|
Project Information
Featured
|
CitC (Chewing in the Cloud) is a project based on the popular open source Chewing Chinese input method, with extended cloud services for real-time training and phrase selection. -- Dependencies: libcurl - 7.21.0
yajl - 1.0.9
Environment Variables: CHEWING_SERVER_URL - url for looking up corpus (default: "http://citc.cse.tw")
CHEWING_USER_FEEDBACK - enable feedback for improving corpus (default: null for enable)
Protocol: OP=0 : lookup, get available phrases form CHEWING_SERVER_URL in json format
OP=1 : update, send the phrase selected by user (similar to UpdateFreq)
OP=2 : insert, send the phrase and syllable when user is keying
TODO: autotools - check dependencies for libcurl and yajl
build basic and full corpus files
strategy for looking up corpus
build a platform for everyone to edit corpus
collaborate with Google suggest and Yahoo Taiwan search suggest
refine protocol
security issue
privacy issue
|