Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4749)

Issue 5235062: Initial implementation of libpyzy. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by hsumita
Modified:
12 years, 6 months ago
Reviewers:
shawn.p.huang, penghuang, Peng
CC:
komatsu, mukai, yusukes, nona, horo
Base URL:
git@github.com:hsumita/libpyzy.git@master
Visibility:
Public.

Description

Initial implementation of libpyzy. BUG= TEST=

Patch Set 1 #

Patch Set 2 : Fix build break. #

Total comments: 29
Unified diffs Side-by-side diffs Delta from patch set Stats (+32758 lines, --2 lines) Patch
A .gitignore View 1 1 chunk +30 lines, -0 lines 0 comments Download
A AUTHORS View 1 1 chunk +6 lines, -0 lines 0 comments Download
A COPYING View 1 1 chunk +339 lines, -0 lines 2 comments Download
A ChangeLog View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A Makefile.am View 1 1 chunk +124 lines, -0 lines 2 comments Download
A NEWS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A autogen.sh View 1 1 chunk +24 lines, -0 lines 2 comments Download
A codereview.settings View 1 1 chunk +2 lines, -0 lines 0 comments Download
A configure.ac View 1 1 chunk +173 lines, -0 lines 2 comments Download
A data/.gitignore View 1 1 chunk +2 lines, -0 lines 0 comments Download
A data/Makefile.am View 1 1 chunk +23 lines, -0 lines 0 comments Download
A debian/changelog.in View 1 1 chunk +5 lines, -0 lines 0 comments Download
A debian/compat View 1 1 chunk +1 line, -0 lines 0 comments Download
A debian/control View 1 1 chunk +51 lines, -0 lines 0 comments Download
A debian/copyright View 1 1 chunk +40 lines, -0 lines 0 comments Download
A debian/docs View 1 1 chunk +2 lines, -0 lines 0 comments Download
A debian/ibus-pinyin.lintian-overrides View 1 1 chunk +1 line, -0 lines 0 comments Download
A debian/rules View 1 1 chunk +110 lines, -0 lines 0 comments Download
A debian/source/format View 1 1 chunk +1 line, -0 lines 0 comments Download
A debian/watch View 1 1 chunk +3 lines, -0 lines 0 comments Download
A ibus-pinyin.spec.in View 1 1 chunk +99 lines, -0 lines 0 comments Download
A m4/.gitignore View 1 1 chunk +1 line, -0 lines 0 comments Download
A m4/Makefile.am View 1 1 chunk +23 lines, -0 lines 0 comments Download
A scripts/addheader.py View 1 1 chunk +24 lines, -0 lines 0 comments Download
A scripts/bopomofo.py View 1 1 chunk +517 lines, -0 lines 0 comments Download
A scripts/create_db.py View 1 1 chunk +94 lines, -0 lines 0 comments Download
A scripts/create_index.py View 1 1 chunk +21 lines, -0 lines 0 comments Download
A scripts/create_unique_index.py View 1 1 chunk +27 lines, -0 lines 0 comments Download
A scripts/double.py View 1 1 chunk +40 lines, -0 lines 0 comments Download
A scripts/genbopomofokeyboard.py View 1 1 chunk +100 lines, -0 lines 0 comments Download
A scripts/genpuncttable.py View 1 1 chunk +32 lines, -0 lines 0 comments Download
A scripts/genpytable.py View 1 1 chunk +439 lines, -0 lines 0 comments Download
A scripts/gensimptradtable.py View 1 1 chunk +11 lines, -0 lines 0 comments Download
A scripts/header View 1 1 chunk +20 lines, -0 lines 0 comments Download
A scripts/id.py View 1 1 chunk +1 line, -0 lines 0 comments Download
A scripts/php_2_py.php View 1 1 chunk +21 lines, -0 lines 0 comments Download
A scripts/punct.py View 1 1 chunk +100 lines, -0 lines 0 comments Download
A scripts/pydict.py View 1 1 chunk +407 lines, -0 lines 0 comments Download
A scripts/pyutil.py View 1 1 chunk +148 lines, -0 lines 0 comments Download
A scripts/sctc.py View 1 1 chunk +5146 lines, -0 lines 0 comments Download
A scripts/update-simptrad-table.py View 1 1 chunk +69 lines, -0 lines 0 comments Download
A scripts/valid_hanzi.py View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/.gitignore View 1 1 chunk +6 lines, -0 lines 0 comments Download
A src/Makefile.am View 1 1 chunk +193 lines, -0 lines 0 comments Download
A src/Makefile.am.lib View 1 1 chunk +193 lines, -0 lines 2 comments Download
A src/Makefile.am.test View 1 1 chunk +186 lines, -0 lines 2 comments Download
A src/PyZyBopomofo.h View 1 1 chunk +80 lines, -0 lines 0 comments Download
A src/PyZyBopomofoContext.h View 1 1 chunk +69 lines, -0 lines 0 comments Download
A src/PyZyBopomofoContext.cc View 1 1 chunk +502 lines, -0 lines 0 comments Download
A src/PyZyBopomofoKeyboard.h View 1 1 chunk +203 lines, -0 lines 0 comments Download
A src/PyZyConfig.h View 1 1 chunk +96 lines, -0 lines 0 comments Download
A src/PyZyConfig.cc View 1 1 chunk +176 lines, -0 lines 4 comments Download
A src/PyZyDatabase.h View 1 1 chunk +114 lines, -0 lines 0 comments Download
A src/PyZyDatabase.cc View 1 1 chunk +744 lines, -0 lines 0 comments Download
A src/PyZyDoublePinyinContext.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
A src/PyZyDoublePinyinContext.cc View 1 1 chunk +467 lines, -0 lines 0 comments Download
A src/PyZyDoublePinyinTable.h View 1 1 chunk +398 lines, -0 lines 0 comments Download
A src/PyZyDynamicSpecialPhrase.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
A src/PyZyDynamicSpecialPhrase.cc View 1 1 chunk +206 lines, -0 lines 0 comments Download
A src/PyZyFullPinyinContext.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A src/PyZyFullPinyinContext.cc View 1 1 chunk +239 lines, -0 lines 0 comments Download
A src/PyZyInputContext.h View 1 1 chunk +118 lines, -0 lines 2 comments Download
A src/PyZyInputContext.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download
A src/PyZyPhoneticContext.h View 1 1 chunk +141 lines, -0 lines 4 comments Download
A src/PyZyPhoneticContext.cc View 1 1 chunk +329 lines, -0 lines 4 comments Download
A src/PyZyPhrase.h View 1 1 chunk +72 lines, -0 lines 0 comments Download
A src/PyZyPhraseArray.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A src/PyZyPhraseEditor.h View 1 1 chunk +132 lines, -0 lines 0 comments Download
A src/PyZyPhraseEditor.cc View 1 1 chunk +173 lines, -0 lines 0 comments Download
A src/PyZyPinyinArray.h View 1 1 chunk +73 lines, -0 lines 0 comments Download
A src/PyZyPinyinContext.h View 1 1 chunk +42 lines, -0 lines 0 comments Download
A src/PyZyPinyinContext.cc View 1 1 chunk +206 lines, -0 lines 0 comments Download
A src/PyZyPinyinParser.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
A src/PyZyPinyinParser.cc View 1 1 chunk +352 lines, -0 lines 0 comments Download
A src/PyZyPinyinParserTable.h View 1 1 chunk +8069 lines, -0 lines 0 comments Download
A src/PyZySimpTradConverter.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A src/PyZySimpTradConverter.cc View 1 1 chunk +179 lines, -0 lines 0 comments Download
A src/PyZySimpTradConverterTable.h View 1 1 chunk +7406 lines, -0 lines 0 comments Download
A src/PyZySpecialPhrase.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A src/PyZySpecialPhrase.cc View 1 1 chunk +30 lines, -0 lines 0 comments Download
A src/PyZySpecialPhraseTable.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A src/PyZySpecialPhraseTable.cc View 1 1 chunk +102 lines, -0 lines 0 comments Download
A src/PyZyString.h View 1 1 chunk +183 lines, -0 lines 0 comments Download
A src/PyZyTest.cc View 1 1 chunk +1341 lines, -0 lines 3 comments Download
A src/PyZyTypes.h View 1 1 chunk +146 lines, -0 lines 0 comments Download
A src/PyZyUtil.h View 1 1 chunk +120 lines, -0 lines 0 comments Download
A src/main.db View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/phrases.txt View 1 1 chunk +78 lines, -0 lines 0 comments Download
A src/pinyin.xml.in.in View 1 1 chunk +42 lines, -0 lines 0 comments Download
A src/special_table View 1 1 chunk +573 lines, -0 lines 0 comments Download
A tools/googlecode_upload.py View 1 1 chunk +248 lines, -0 lines 0 comments Download

Messages

Total messages: 8
hsumita
Unfortunately it seems that the Patchset2 contains many changes, but there are only a few ...
12 years, 6 months ago (2011-10-12 08:30:13 UTC) #1
Peng
I think there are many works should be done, like: * Replace all ibus-pinyin to ...
12 years, 6 months ago (2011-10-17 15:02:11 UTC) #2
hsumita
Thank you for your reviewing. I will submit this CL, and make another CLs to ...
12 years, 6 months ago (2011-10-18 03:33:45 UTC) #3
hsumita
I fixed some issues by other CLs and added some comments for unfixed issues. http://codereview.appspot.com/5235062/diff/10016/COPYING ...
12 years, 6 months ago (2011-10-18 09:45:42 UTC) #4
Peng
http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.cc File src/PyZyPhoneticContext.cc (right): http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.cc#newcode198 src/PyZyPhoneticContext.cc:198: m_observer->lookupTableChanged (); On 2011/10/18 09:45:42, hsumita wrote: > Is ...
12 years, 6 months ago (2011-10-18 14:55:29 UTC) #5
hsumita
http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.cc File src/PyZyPhoneticContext.cc (right): http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.cc#newcode198 src/PyZyPhoneticContext.cc:198: m_observer->lookupTableChanged (); Done. It is fixed by http://codereview.appspot.com/5312042/ http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.h ...
12 years, 6 months ago (2011-10-19 06:00:33 UTC) #6
Peng
On 2011/10/19 06:00:33, hsumita wrote: > http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.cc > File src/PyZyPhoneticContext.cc (right): > > http://codereview.appspot.com/5235062/diff/10016/src/PyZyPhoneticContext.cc#newcode198 > ...
12 years, 6 months ago (2011-10-19 14:12:22 UTC) #7
hsumita
12 years, 6 months ago (2011-10-20 01:47:46 UTC) #8
Yes, it is almost right.
Our first target of Chinese IME is ChromeOS.
If we can implements Chinese IME on Windows / Mac, of course we are very happy.
But it is more important for Mozc team to implementing libpyzy working on
ChromeOS/Linux.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b