http://codereview.appspot.com/6294051/diff/3001/scripts/punct.py File scripts/punct.py (left): http://codereview.appspot.com/6294051/diff/3001/scripts/punct.py#oldcode2 scripts/punct.py:2: # -*- coding: utf-8 -*- Are those scripts not used anymore? I forgot why I add them in pinyin project. Maybe they are used for generate some tables? http://codereview.appspot.com/6294051/diff/3001/src/PyZyTest.cc File src/PyZyTest.cc (left): http://codereview.appspot.com/6294051/diff/3001/src/PyZyTest.cc#oldcode1 src/PyZyTest.cc:1: /* vim:set et ts=4 sts=4: Is it not used anymore?
http://codereview.appspot.com/6294051/diff/3001/scripts/punct.py File scripts/punct.py (left): http://codereview.appspot.com/6294051/diff/3001/scripts/punct.py#oldcode2 scripts/punct.py:2: # -*- coding: utf-8 -*- It seems that punct.py is not referenced by any files on ibus-pinyin and pyzy. At least, pyzy doesn't need it since pyzy doesn't handle punctuation characters, so I removed it. http://codereview.appspot.com/6294051/diff/3001/src/PyZyTest.cc File src/PyZyTest.cc (left): http://codereview.appspot.com/6294051/diff/3001/src/PyZyTest.cc#oldcode1 src/PyZyTest.cc:1: /* vim:set et ts=4 sts=4: Yes, it is not maintained. I have just started to maintain this test file, and I will submit it later.
lgtm On 2012/06/11 09:22:23, hsumita1 wrote: > http://codereview.appspot.com/6294051/diff/3001/scripts/punct.py > File scripts/punct.py (left): > > http://codereview.appspot.com/6294051/diff/3001/scripts/punct.py#oldcode2 > scripts/punct.py:2: # -*- coding: utf-8 -*- > It seems that punct.py is not referenced by any files on ibus-pinyin and pyzy. > > At least, pyzy doesn't need it since pyzy doesn't handle punctuation characters, > so I removed it. > > http://codereview.appspot.com/6294051/diff/3001/src/PyZyTest.cc > File src/PyZyTest.cc (left): > > http://codereview.appspot.com/6294051/diff/3001/src/PyZyTest.cc#oldcode1 > src/PyZyTest.cc:1: /* vim:set et ts=4 sts=4: > Yes, it is not maintained. > > I have just started to maintain this test file, and I will submit it later.