diff options
author | 2014-08-05 14:13:07 +0900 | |
---|---|---|
committer | 2014-08-05 14:13:07 +0900 | |
commit | 851e0458fe460526b1f953e39a1e406a21ab4647 (patch) | |
tree | af2a8532643c03f7436130fc9521343c4699fa3a /native/jni/NativeFileList.mk | |
parent | 08894842662eff666a713a7f4deb79204a322f8c (diff) | |
download | latinime-851e0458fe460526b1f953e39a1e406a21ab4647.tar.gz latinime-851e0458fe460526b1f953e39a1e406a21ab4647.tar.xz latinime-851e0458fe460526b1f953e39a1e406a21ab4647.zip |
Remove ProbabilityDictContent and use LanguageModelDictContent
Bug: 14425059
Change-Id: I1bb9e78ecb24139b87c99be6722e37eec0a2285d
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index 64704d94a..7a732a588 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -73,7 +73,6 @@ LATIN_IME_CORE_SRC_FILES := \ $(addprefix suggest/policyimpl/dictionary/structure/v4/content/, \ bigram_dict_content.cpp \ language_model_dict_content.cpp \ - probability_dict_content.cpp \ shortcut_dict_content.cpp \ sparse_table_dict_content.cpp \ terminal_position_lookup_table.cpp) \ |