Skip to content

Commit

Permalink
essay.kct: removed; to be generated with make essay
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 8, 2013
1 parent c9b8d8d commit f009eb1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
data
essay.kct
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2013-03-08 GONG Chen <[email protected]>

* essay.kct: removed; to be generated with `make`
* essay.txt: import phrases from moedict.tw
* luna_pinyin, terra_pinyin: update tables by importing phrases from moedict.tw

2013-02-22 lxk <[email protected]>

* array30, scj6, stroke5, wubi_trad, cangjie5, cangjie5_express,
Expand Down
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,21 @@ ifeq (${RIME_DATA_DIR},)
RIME_DATA_DIR=${PREFIX}/share/rime-data
endif

all:
all: essay
@echo "building rime data."
@mkdir -p ${DATA}
@cp essay.kct ${DATA}
@cp default.yaml ${DATA}
@cp symbols.yaml ${DATA}
@cp essay.kct ${DATA}
@cp supplement/*.yaml ${DATA}
@cp preset/*.yaml ${DATA}
@cp supplement/*.yaml ${DATA}
rime_deployer --build ${DATA}

essay:
@echo "generating essay.kct."
chmod +x make_essay.sh
./make_essay.sh

install:
@echo "installing rime data into '${DESTDIR}${RIME_DATA_DIR}'."
@install -d ${DESTDIR}${RIME_DATA_DIR}
Expand Down
9 changes: 6 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ providing:
- essay: a vocabulary and language model
- preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, cangjie5_express
- supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin, jyutping, wugniu, ipa_xsampa
- extra schemata: (included in source package but not installed)
- extra schemata: (included in the source package but not installed)

build dependency: librime>=0.9.8
runtime dependency: librime>=0.9.8
build dependencies:
- kyotocabinet (for kctreemgr)
- librime>=0.9.8 (for rime_deployer)
runtime dependency:
- librime>=0.9.8
Binary file removed essay.kct
Binary file not shown.

0 comments on commit f009eb1

Please sign in to comment.