Refactor: Move utility functions and no suggestion functions from...
Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp Change-Id: I6f695e4f5852547d2c00de5ee54a650fef9accbe
Showing
- native/src/bigram_dictionary.cpp 2 additions, 0 deletionsnative/src/bigram_dictionary.cpp
- native/src/defines.h 53 additions, 0 deletionsnative/src/defines.h
- native/src/dictionary.cpp 56 additions, 2 deletionsnative/src/dictionary.cpp
- native/src/dictionary.h 66 additions, 18 deletionsnative/src/dictionary.h
- native/src/unigram_dictionary.cpp 31 additions, 154 deletionsnative/src/unigram_dictionary.cpp
- native/src/unigram_dictionary.h 12 additions, 26 deletionsnative/src/unigram_dictionary.h
Loading
Please register or sign in to comment