diff options
author | 2014-10-30 21:33:57 +0900 | |
---|---|---|
committer | 2014-10-30 21:33:57 +0900 | |
commit | 660b00477c980d74be48529b9de70d9725ffc72b (patch) | |
tree | 477d0f8934461e6ec808911c67148a31e72adeb7 /native/jni/NativeFileList.mk | |
parent | 0a9c3f30b61ca50bb09c5cfc9ec3196c16efc656 (diff) | |
download | latinime-660b00477c980d74be48529b9de70d9725ffc72b.tar.gz latinime-660b00477c980d74be48529b9de70d9725ffc72b.tar.xz latinime-660b00477c980d74be48529b9de70d9725ffc72b.zip |
Add DynamicLanguageModelProbabilityUtils.
Bug: 14425059
Change-Id: Ia58ab3f0ead02798046d182a9464dcbd95f086bc
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 72bddbba1..55bb68344 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -71,6 +71,7 @@ LATIN_IME_CORE_SRC_FILES := \ ver4_patricia_trie_writing_helper.cpp \ ver4_pt_node_array_reader.cpp) \ $(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \ + dynamic_language_model_probability_utils.cpp \ language_model_dict_content.cpp \ language_model_dict_content_global_counters.cpp \ shortcut_dict_content.cpp \ |