From bc585df909ac56451495d981d4e2afeaa741f5d7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 9 Oct 2013 13:09:37 +0800 Subject: drop professional dictionaries --- data/Makefile.am | 8 ++------ data/table.conf | 12 ------------ 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 -- cgit