diff options
author | 2010-12-02 14:53:24 +0900 | |
---|---|---|
committer | 2010-12-02 16:11:35 +0900 | |
commit | e808e436cbd6f1aeadb5d61f354d03c3c50872a7 (patch) | |
tree | d3b49a5e15f9618cc079a162c18a516ae3227afd /native/src/bigram_dictionary.cpp | |
parent | 711abe675686d866c64981cad05fb6f5e4eeb06c (diff) | |
download | latinime-e808e436cbd6f1aeadb5d61f354d03c3c50872a7.tar.gz latinime-e808e436cbd6f1aeadb5d61f354d03c3c50872a7.tar.xz latinime-e808e436cbd6f1aeadb5d61f354d03c3c50872a7.zip |
Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp
Change-Id: I6f695e4f5852547d2c00de5ee54a650fef9accbe
Diffstat (limited to 'native/src/bigram_dictionary.cpp')
-rw-r--r-- | native/src/bigram_dictionary.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/bigram_dictionary.cpp b/native/src/bigram_dictionary.cpp index 4d9a612a5..f0d5f8c9a 100644 --- a/native/src/bigram_dictionary.cpp +++ b/native/src/bigram_dictionary.cpp @@ -15,6 +15,8 @@ ** limitations under the License. */ +#define LOG_TAG "LatinIME: bigram_dictionary.cpp" + #include "bigram_dictionary.h" namespace latinime { |