diff --git a/app/src/main/java/helium314/keyboard/latin/ContactsDictionaryConstants.java b/app/src/main/java/helium314/keyboard/latin/ContactsDictionaryConstants.java index 23c3eaf39..dd0ff0e80 100644 --- a/app/src/main/java/helium314/keyboard/latin/ContactsDictionaryConstants.java +++ b/app/src/main/java/helium314/keyboard/latin/ContactsDictionaryConstants.java @@ -20,8 +20,8 @@ public class ContactsDictionaryConstants { /** * Frequency for contacts information into the dictionary */ - public static final int FREQUENCY_FOR_CONTACTS = 40; - public static final int FREQUENCY_FOR_CONTACTS_BIGRAM = 90; + public static final int FREQUENCY_FOR_CONTACTS = 100; // much increased from original frequency because contacts were barely suggested + public static final int FREQUENCY_FOR_CONTACTS_BIGRAM = 200; // todo: seems broken, how to actually get bigrams? /** * Do not attempt to query contacts if there are more than this many entries.