summaryrefslogtreecommitdiffstats
path: root/newword.py
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-01-29 15:08:43 +0800
committerPeng Wu <alexepico@gmail.com>2013-01-29 15:08:43 +0800
commitf73ac8c4f413a7e4f53b623415e93213febc7638 (patch)
tree3bbbc65e7ed43680034b2adb8a8f1f670eb28e40 /newword.py
parentfbb510d838228e914b38d4fe15e303961596fde9 (diff)
downloadtrainer-f73ac8c4f413a7e4f53b623415e93213febc7638.tar.gz
trainer-f73ac8c4f413a7e4f53b623415e93213febc7638.tar.xz
trainer-f73ac8c4f413a7e4f53b623415e93213febc7638.zip
write markpinyin.py
Diffstat (limited to 'newword.py')
-rw-r--r--newword.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newword.py b/newword.py
index 85cdacb..866ad29 100644
--- a/newword.py
+++ b/newword.py
@@ -294,7 +294,7 @@ def handleOneIndex(indexpath, subdir, indexname):
if __name__ == '__main__':
- parser = ArgumentParser(description='Recognizer new words.')
+ parser = ArgumentParser(description='Recognize new words.')
parser.add_argument('--indexdir', action='store', \
help='index directory', \
default=config.getTextIndexDir())