diff options
author | 2014-10-29 12:18:11 +0000 | |
---|---|---|
committer | 2014-10-29 12:18:12 +0000 | |
commit | afe67611c384e395175e52e6a3a37fc20d42ea64 (patch) | |
tree | 3e8d68aad255fbeb8275d7e169b1ddceec403b99 /native/jni/NativeFileList.mk | |
parent | ca6e5dfedbb57f6ec31880f2799b40a6b2adadbc (diff) | |
parent | 6b0561f9d26215209e8e8895f5c35982af5158f0 (diff) | |
download | latinime-afe67611c384e395175e52e6a3a37fc20d42ea64.tar.gz latinime-afe67611c384e395175e52e6a3a37fc20d42ea64.tar.xz latinime-afe67611c384e395175e52e6a3a37fc20d42ea64.zip |
Merge "Add a class to have global counters for LanguageModelDictContent."
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 7299ed3c0..ca40ba8a5 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -72,6 +72,7 @@ LATIN_IME_CORE_SRC_FILES := \ ver4_pt_node_array_reader.cpp) \ $(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \ language_model_dict_content.cpp \ + language_model_dict_content_global_counters.cpp \ shortcut_dict_content.cpp \ sparse_table_dict_content.cpp \ terminal_position_lookup_table.cpp) \ @@ -128,6 +129,7 @@ LATIN_IME_CORE_TEST_FILES := \ suggest/core/layout/normal_distribution_2d_test.cpp \ suggest/policyimpl/dictionary/header/header_read_write_utils_test.cpp \ suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_test.cpp \ + suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_global_counters_test.cpp \ suggest/policyimpl/dictionary/structure/v4/content/probability_entry_test.cpp \ suggest/policyimpl/dictionary/structure/v4/content/terminal_position_lookup_table_test.cpp \ suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer_test.cpp \ |