mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 6c7cebde: Fix build.
* commit '6c7cebdefb8a15e9468c3e8f30dc361cee509074': Fix build.
This commit is contained in:
commit
9a5275c001
@ -75,7 +75,7 @@ public class UserHistoryDictionary extends DecayingExpandableBinaryDictionaryBas
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (null != prevWord) {
|
if (null != prevWord) {
|
||||||
if (prevWordsInfo.mIsBeginningOfSentence) {
|
if (prevWordsInfo.mPrevWordsInfo[0].mIsBeginningOfSentence) {
|
||||||
// Beginning-of-Sentence n-gram entry is treated as a n-gram entry of invalid word.
|
// Beginning-of-Sentence n-gram entry is treated as a n-gram entry of invalid word.
|
||||||
userHistoryDictionary.addNgramEntry(prevWordsInfo, word,
|
userHistoryDictionary.addNgramEntry(prevWordsInfo, word,
|
||||||
FREQUENCY_FOR_WORDS_NOT_IN_DICTS, timestamp);
|
FREQUENCY_FOR_WORDS_NOT_IN_DICTS, timestamp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user