Perform the actual bigram frequency lookup.
This still returns the unigram frequency, because the values stored for bigrams in the dictionary are not ready to be returned in-place instead of unigram values. Aside from this, the code is complete. Bug: 6313806 Change-Id: If7bb7b644730782277f0f6663334c170b7fe13fb
Showing
- native/jni/src/bigram_dictionary.cpp 2 additions, 11 deletionsnative/jni/src/bigram_dictionary.cpp
- native/jni/src/binary_format.h 13 additions, 7 deletionsnative/jni/src/binary_format.h
- native/jni/src/bloom_filter.h 38 additions, 0 deletionsnative/jni/src/bloom_filter.h
- native/jni/src/unigram_dictionary.cpp 2 additions, 1 deletionnative/jni/src/unigram_dictionary.cpp
Loading
Please register or sign in to comment