summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-09 13:09:37 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-09 13:09:37 +0800
commitbc585df909ac56451495d981d4e2afeaa741f5d7 (patch)
treeccd1b9ca05ae341312b3b44d4ae81682699ebabf
parent2b86d6b41b0219b4b645e51ca7f9520062999c91 (diff)
downloadlibzhuyin-bc585df909ac56451495d981d4e2afeaa741f5d7.tar.gz
libzhuyin-bc585df909ac56451495d981d4e2afeaa741f5d7.tar.xz
libzhuyin-bc585df909ac56451495d981d4e2afeaa741f5d7.zip
drop professional dictionaries
-rw-r--r--data/Makefile.am8
-rw-r--r--data/table.conf12
2 files changed, 2 insertions, 18 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 1e41276..5c6928f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,11 +17,7 @@
tablefiles = gb_char.table gbk_char.table \
- merged.table \
- art.table culture.table economy.table \
- geology.table history.table life.table \
- nature.table scitech.table \
- society.table sport.table
+ merged.table
binfiles = ${tablefiles:.table=.bin}
@@ -48,7 +44,7 @@ libzhuyin_dbdir = $(libdir)/libzhuyin/data
CLEANFILES = $(binary_model_data)
interpolation2.text:
- wget http://downloads.sourceforge.net/libpinyin/models/model6.text.tar.gz
+ wget http://downloads.sourceforge.net/libzhuyin/models/model6.text.tar.gz
tar xvf model6.text.tar.gz -C $(top_srcdir)/data
diff --git a/data/table.conf b/data/table.conf
index 096907c..f84a379 100644
--- a/data/table.conf
+++ b/data/table.conf
@@ -2,16 +2,4 @@ binary format version:3
model data version:6
lambda parameter:0.276607
-4 art.table art.bin art.dbin DICTIONARY
-5 culture.table culture.bin culture.dbin DICTIONARY
-6 economy.table economy.bin economy.dbin DICTIONARY
-7 geology.table geology.bin geology.dbin DICTIONARY
-8 history.table history.bin history.dbin DICTIONARY
-
-9 life.table life.bin life.dbin DICTIONARY
-10 nature.table nature.bin nature.dbin DICTIONARY
-11 scitech.table scitech.bin scitech.dbin DICTIONARY
-12 society.table society.bin society.dbin DICTIONARY
-13 sport.table sport.bin sport.dbin DICTIONARY
-
14 NULL NULL network.bin USER_FILE \ No newline at end of file