update lambda
[platform/upstream/libpinyin.git] / .gitignore
1 configure
2 Makefile
3 Makefile.in
4 aclocal.m4
5 config.log
6 INSTALL
7 autom4te.cache
8 config.guess
9 config.h
10 config.h.in
11 config.status
12 config.sub
13 depcomp
14 install-sh
15 libtool
16 ltmain.sh
17 missing
18 stamp-h1
19 libltdl
20 *~
21 *.o
22 *.lo
23 *.pyc
24 .deps
25 .libs
26 tags
27 TAGS
28 cscope.*
29 *.la
30 libpinyin.pc
31 libpinyin.spec
32 libpinyin.so*
33 src/lookup/liblookup.a
34 src/storage/libstorage.a
35 tests/include/test_memory_chunk
36 tests/lookup/test_phrase_lookup
37 tests/storage/test_flexible_ngram
38 tests/storage/test_ngram
39 tests/storage/test_parser
40 tests/storage/test_parser2
41 tests/storage/test_phrase_index
42 tests/storage/test_phrase_index_logger
43 tests/storage/test_phrase_table
44 tests/test_chewing
45 tests/test_phrase
46 tests/test_pinyin
47 tests/lookup/test_pinyin_lookup
48 tests/storage/test_chewing_table
49 tests/storage/test_pinyin_table
50 utils/segment/ngseg
51 utils/segment/spseg
52 utils/storage/export_interpolation
53 utils/storage/gen_binary_files
54 utils/storage/gen_pinyin_table
55 utils/storage/gen_chewing_table
56 utils/storage/gen_zhuyin_map
57 utils/storage/import_interpolation
58 utils/training/estimate_interpolation
59 utils/training/estimate_k_mixture_model
60 utils/training/eval_correction_rate
61 utils/training/export_k_mixture_model
62 utils/training/gen_deleted_ngram
63 utils/training/gen_k_mixture_model
64 utils/training/gen_ngram
65 utils/training/gen_unigram
66 utils/training/import_k_mixture_model
67 utils/training/k_mixture_model_to_interpolation
68 utils/training/merge_k_mixture_model
69 utils/training/prune_k_mixture_model
70 utils/training/validate_k_mixture_model
71 data/bigram.db
72 data/gb_char.bin
73 data/gb_char.dbin
74 data/gb_char.table
75 data/gbk_char.bin
76 data/gbk_char.dbin
77 data/gbk_char.table
78 data/interpolation.text
79 data/phrase_index.bin
80 data/pinyin_index.bin
81 data/user.db
82 CMakeFiles
83 CMakeCache.txt
84 cmake_install.cmake
85 CTestTestfile.cmake