Use google.db, if open-phrase.db does not exist.
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 5 Oct 2009 06:24:55 +0000 (14:24 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 5 Oct 2009 06:24:55 +0000 (14:24 +0800)
commit746b31da492ab63120655f287fc56b8fb26584eb
treec3f87d12bef7ec0a2d7f8b917d68733ae6ea9eaa
parent66834d7005c5ef6f176b5b081d8b76973ff7605e
Use google.db, if open-phrase.db does not exist.
15 files changed:
Makefile.am
configure.ac
data/Makefile.am
data/create_index.sql [moved from data/google/create_index.sql with 100% similarity]
data/db/Makefile.am [new file with mode: 0644]
data/db/google/README [moved from data/google/README with 100% similarity]
data/db/google/create_db_from_google.py [moved from data/google/create_db_from_google.py with 100% similarity]
data/db/google/id.py [new symlink]
data/db/google/pydict.py [new symlink]
data/db/google/rawdict_utf16_65105_freq.txt [moved from data/google/rawdict_utf16_65105_freq.txt with 100% similarity]
data/db/google/valid_utf16.txt [moved from data/google/valid_utf16.txt with 100% similarity]
data/db/open-phrase/Makefile.am [new file with mode: 0644]
data/google/id.py [deleted symlink]
data/google/pydict.py [deleted symlink]
src/Database.cc