summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-10-05 13:23:30 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-10-05 13:23:30 +0800
commita412a978ff08503a85c73c5a67e627a53b6bf03d (patch)
tree85bf6bb23227aa3de8800d15c05415b67b3e0150 /data
parent26235d24107158b0c200f9a3a6caa78b23ce68fd (diff)
downloadibus-libpinyin-a412a978ff08503a85c73c5a67e627a53b6bf03d.tar.gz
ibus-libpinyin-a412a978ff08503a85c73c5a67e627a53b6bf03d.tar.xz
ibus-libpinyin-a412a978ff08503a85c73c5a67e627a53b6bf03d.zip
WIP.
Diffstat (limited to 'data')
-rwxr-xr-x[-rw-r--r--]data/google/create_db_from_google.py (renamed from data/google/createdb.py)3
l---------data/google/id.py1
l---------data/google/pydict.py1
3 files changed, 4 insertions, 1 deletions
diff --git a/data/google/createdb.py b/data/google/create_db_from_google.py
index f685595..186e46c 100644..100755
--- a/data/google/createdb.py
+++ b/data/google/create_db_from_google.py
@@ -1,7 +1,8 @@
+#!/usr/bin/env python
import sqlite3
from pydict import *
from id import *
-
+import sys
def get_sheng_yun(pinyin):
if pinyin == None:
diff --git a/data/google/id.py b/data/google/id.py
new file mode 120000
index 0000000..613c15c
--- /dev/null
+++ b/data/google/id.py
@@ -0,0 +1 @@
+../../scripts/id.py \ No newline at end of file
diff --git a/data/google/pydict.py b/data/google/pydict.py
new file mode 120000
index 0000000..03c0c4a
--- /dev/null
+++ b/data/google/pydict.py
@@ -0,0 +1 @@
+../../scripts/pydict.py \ No newline at end of file