diff options
author | 2014-08-05 12:38:55 +0900 | |
---|---|---|
committer | 2014-08-05 12:38:55 +0900 | |
commit | 08894842662eff666a713a7f4deb79204a322f8c (patch) | |
tree | d9ea74d4549e9d726a11b19721d3be0e36c65450 /native/jni/NativeFileList.mk | |
parent | 85b7b967b70393815da78aa4bae1938dbf9bbe1a (diff) | |
download | latinime-08894842662eff666a713a7f4deb79204a322f8c.tar.gz latinime-08894842662eff666a713a7f4deb79204a322f8c.tar.xz latinime-08894842662eff666a713a7f4deb79204a322f8c.zip |
Add methods for unigrams to LanguageModelDictContent.
Bug: 14425059
Change-Id: I0a6b480a3d4735787ffac68c47b4ffefc3f1b8a5
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 1e3775b0a..64704d94a 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -126,6 +126,8 @@ LATIN_IME_CORE_TEST_FILES := \ defines_test.cpp \ suggest/core/layout/normal_distribution_2d_test.cpp \ suggest/core/dictionary/bloom_filter_test.cpp \ + suggest/policyimpl/dictionary/structure/v4/content/language_model_dict_content_test.cpp \ + suggest/policyimpl/dictionary/structure/v4/content/probability_entry_test.cpp \ suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer_test.cpp \ suggest/policyimpl/dictionary/utils/trie_map_test.cpp \ utils/autocorrection_threshold_utils_test.cpp \ |