mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-09 16:17:44 +00:00
increase contacts dictionary frequency
because contacts rarely got suggested, see GH-1361
This commit is contained in:
parent
a3dff524cb
commit
97db67d7eb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue