diff options
| author | Peng Wu <alexepico@gmail.com> | 2012-10-08 11:22:08 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2012-10-08 11:22:08 +0800 |
| commit | 0569a1bf2d894f1b72312ba860b58490fbdc4f8d (patch) | |
| tree | 0f5200e0a05b92786f46550ab0f2f352a21e5f81 /src | |
| parent | 7d8160eb97be7375a7586fa2ffdcc08cb0ffa4d1 (diff) | |
| parent | 84588c04060bfc76edaede0a1ab6773073875e24 (diff) | |
Merge remote-tracking branch 'libpinyin/master'
Diffstat (limited to 'src')
| -rw-r--r-- | src/lookup/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | src/storage/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lookup/CMakeLists.txt b/src/lookup/CMakeLists.txt index a0ea31d..937b2cb 100644 --- a/src/lookup/CMakeLists.txt +++ b/src/lookup/CMakeLists.txt @@ -4,8 +4,7 @@ set( set( LIBLOOKUP_SOURCES - pinyin_lookup.cpp - winner_tree.cpp + pinyin_lookup2.cpp phrase_lookup.cpp lookup.cpp ) diff --git a/src/storage/CMakeLists.txt b/src/storage/CMakeLists.txt index 72a6196..e33e213 100644 --- a/src/storage/CMakeLists.txt +++ b/src/storage/CMakeLists.txt @@ -11,7 +11,7 @@ set( set( LIBSTORAGE_SOURCES phrase_index.cpp - phrase_large_table.cpp + phrase_large_table2.cpp ngram.cpp tag_utility.cpp pinyin_parser2.cpp |
