Merge "Be always confident in the current language when only one"
This commit is contained in:
commit
949045b6a3
1 changed files with 3 additions and 0 deletions
|
@ -301,6 +301,9 @@ public class DictionaryFacilitator {
|
||||||
if (!mostProbableDictionaryGroup.mLocale.equals(mLocale)) {
|
if (!mostProbableDictionaryGroup.mLocale.equals(mLocale)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (mDictionaryGroups.length <= 1) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
return mostProbableDictionaryGroup.mConfidence >= CONFIDENCE_THRESHOLD;
|
return mostProbableDictionaryGroup.mConfidence >= CONFIDENCE_THRESHOLD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue